Nirant
Nirant
Heroku app or something else, that works as well
Investigate if this can be used to make more language models IIT Bombay English-Hindi Corpus: http://www.cfilt.iitb.ac.in/iitb_parallel/
Hey, I'd like to have textpipe over at [awesome-nlp](https://github.com/keon/awesome-nlp). The repo seems like some really good work. If you'd be kind enough to add a few more usage examples/tutorials, it'd...
When working with random data, ```python test_batch(images_random, labels_random) ``` multiple runs interrupted with this small snafu: ```python-traceback Summary Total images: 100 Predicted for: 0 --------------------------------------------------------------------------- ZeroDivisionError Traceback (most recent call...
Update Langchain dependency to the latest version on npm
Reference Code: https://github.com/NirantK/Hinglish/blob/2798fda87b9b28fa1d7921203ed466c9fd23a28d/hinglishutils.py#L401-#L408 Recommended approach from Huggingface from [here](https://huggingface.co/transformers/preprocessing.html): ```python batch_sentences = ["Hello I'm a single sentence", "And another sentence", "And the very very last one"] encoded_inputs = tokenizer(batch_sentences) print(encoded_inputs)...