GenTxt
GenTxt
Hi: Have everything installed but when I run 'bash serve.sh' it returns this error: File "/usr/local/lib/python2.7/dist-packages/sentencepiece.py", line 118, in Load return _sentencepiece.SentencePieceProcessor_Load(self, filename) IOError: Not found: Cannot open /home/robin/dev/water-margin/sp/sf256.model Exception...
Hello: Thanks for the repo and the numerous updates. Have everything working fine except reading lines from a text file for 'gpt2.generate' function. Would like to read line-by-line instead of...
Hi: Thanks for this repo. Text generation is my main interest and I was wondering how the xlnet large model can be fine tuned with new text then used as...
Hello: Trying to figure out format for newsdev.tok.en and newstest.tok.en required for SDAE training. Have attempted using Penn Tree Bank test & valid files as renamed substitutes but throws this...
After reading deepmind blog post I was looking forward to downloading model but no luck. Looking forward to your implementation. You may be aware of this post and link but...
Models and code working perfectly. My question has two parts: 1. Is there an option to prevent the prompt in the 'Enter text here' field from repeating in the output...
Thanks for the hard work on this repo. Tested first with llama-7b-hf and works great. Looking forward to testing llama-30b-hf but keep running into this error after what appears to...
Request addition of transformers 'hallucinations' filter as per description here: https://github.com/huggingface/transformers/issues/18354 Coder provides best explanation. Merged Jan. 23 and confirm it's included in required 'https://github.com/zphang/transformers/tree/llama_push' and 4.27.dev Currently being used...
Attempted to find the best method for generating and replicating seeds through 'server.py' and 'api-example.py' but cannot replicate text results or find where the scripts generate seeds. Best example for...
Hello: Trying to figure out which values to change to generate longer stories (more than a single paragraph) as per Readme.md description below: What kind of biases work? Skip-thought vectors...