nithinreddyy
nithinreddyy
I'm working on the text summarization task. How to save and load the pretrained model instead of downloading again and again on google colab/local pc? Below is the code i'm...
`trdg -i words.txt -c 20000 --output_dir data/train -ft your/fontfile` I'm trying to run the above command and it's throwing error like **Missing modules for handwritten text generation. Cannot open font**...
`trdg -c 1000000 -w 5 -f 64` When I ran the basic above command line, it's giving error like **OSError: [Errno 22] Invalid argument: 'out/megaphotographic Okarche angiotonase inevitableness it"ll_3955.jpg'** Can...
Can you please post a video on this project. It will be useful. It's very difficult to understand and install libraries. I'm getting no module ocr error
OSError: File C:\Users\NITHIN\handwriting-ocr\src\ocr\../../models/gap-clas/CNN-CG.meta does not exist.
### Bug description I installed the library and the GTK project, but it's still throwing an error like **cannot load library 'pango-1.0': error 0x7e. Additionally, ctypes.util.find_library() did not manage to...
Below is the code i'm using ``` from revChatGPT.ChatGPT import Chatbot chatbot = Chatbot({ "session_token": "" }, conversation_id=None, parent_id=None) # You can start a custom conversation response = chatbot.ask("Hello", conversation_id=None,...
The code which i've used is below ``` from revChatGPT.ChatGPT import Chatbot chatbot = Chatbot({ "session_token": "" }, conversation_id=None, parent_id=None) # You can start a custom conversation response = chatbot.ask("Hello",...
I'm using the below code which will try to translate from Romanian to English ``` from transformers import AutoModelForSeq2SeqLM, AutoTokenizer tokenizer = AutoTokenizer.from_pretrained("facebook/nllb-200-distilled-600M", src_lang="ron_Latn") model = AutoModelForSeq2SeqLM.from_pretrained("facebook/nllb-200-distilled-600M") article = "Şeful...
Hello, I'm working on low resource language translation. Can anyone please provide me the code/notebook of NLLB finetuning? It would be much helpful.