ted537
ted537
Yeah the copy-pasted `TFHappyTransformer` feels off to me. It shouldn't matter in terms of runtime but it will be a pain to update. Is the usage of `TFAutoModelForCausalLM` instead of...
Since Transformer models look at things on a token-by-token basis (1 token ~= 1 word for common words), we don't expect them to be good at this task (mis-spelled words)
Does the extensive use of very short lived promises (per-row) and NodeJS buffers/streams limit the performance of running this in the browser/ElectronJS? I've been using `@fast-csv/format` with shims and found...
I've had a very similar issue and setting `cache_regions=True` fixed the issue. Very mysterious.
@martindurant I think my scenario can be traced back to `aiobotocore` innapropriately handling the region redirect somehow (issue occurs via direct `aiobotocore.session` usage, but not with direct `botocore.session` usage). When...
This might be worth considering for performance if any batching is possible, but in terms of functionality, you should be able to loop over the list of sentences yourself. ```python3...
Please show a minimal reproducible example. Which function is throwing the error and what are you passing into it?
Reading through this brief [article](https://ai.googleblog.com/2021/10/introducing-flan-more-generalizable.html), it appears that FLAN's main idea is transforming very formal training data (such as entailment/premise pairs) into something more natural (1-2 paragraphs of text), such...
Does evaluation matrices here mean confusion matrices? Or evaluation metrics in general?
I think that leaving usage at `SetConfigFile()` makes the most sense, as some people might want to use `./cfg.ini`.