Daniel Firebanks-Quevedo

Results 9 issues of Daniel Firebanks-Quevedo

Hello! I am trying to split a spanish text into sentences using the punkt tokenizer. The code is: ``` >> es_tokenizer = nltk.data.load("tokenizers/punkt/spanish.pickle") >> chile_abrevs = {"ord", "num", "sra", "no",...

nltk_data

In lines 1932 and 1933 for `ExtSEIRSNetworkModel` ``` self.nodeGroupData[groupName]['numQ_I_sym'][0] = numpy.count_nonzero(self.nodeGroupData[groupName]['mask']*self.X==self.Q_I_sym) self.nodeGroupData[groupName]['numQ_I_asym'][0] = numpy.count_nonzero(self.nodeGroupData[groupName]['mask']*self.X==self.Q_I_asym) ``` `Q_I_sym` and `Q_I_asym` should be `Q_sym` and `Q_asym` instead

Hello! I'm running into a reshaping error when using RL and intermediate rewards. The output of `intermediate_rewards()` is a `# list of max_dec_step * (batch_size, k)`(line 241) and then this...

Hello! First of all, amazing work. I'm looking to play around with the BERT NER model, and following the prerequisite steps I tried downloading `data_ctc.zip` using Mega. However, I wasn't...

Hello! Thank you for making this available - I was wondering if there are any demos that you could share where text/information is extracted from a PDF? I have seen...

Hello! I was wondering if there was a reason why the final decoded sentence would be just the same word repeated min_dec_steps times? I am training this model on the...

Heyhey! I was loving this tutorial until I stumbled upon section "using tRPC's createProxySSGHelpers" and I run into this error 😢 : ``` Module not found: Can't resolve '@trpc/react-query/ssg' ```...

As specified in this issue: https://github.com/UKPLab/sentence-transformers/issues/350#issuecomment-757687915 The authors of SBERT recommend using CrossEncoders for sentence classification.

good first issue
exploration

- [ ] Look for information on automatic hyperparameter tuning optimization and its viability for our project - [ ] Define hyperparameters to be optimized for - [ ] Test...

enhancement
exploration