can llama do other task except text-generate,like translate #761
Replies: 3 comments 1 reply
-
If I'm correct the 7B model is limited with languages (if I ask if it is able to answer me in french, he will say that yes he can but never does). Try the larger models, they seems to be able to handle different languages. |
Beta Was this translation helpful? Give feedback.
-
You can find a list of the languages on which the model was trained here --> training-dataset You should try it in interactive mode, it does appear to work also with the 7B model. However, don't set the temperature too high otherwise it hallucinates quite a bit. The translations appear to be correct (at first glance 😃). |
Beta Was this translation helpful? Give feedback.
-
Thanks, I'll try temperature |
Beta Was this translation helpful? Give feedback.
-
thanks for your work, it's very helpful!
can llama do other jod:
./main -m ./models/7B/ggml-model-q4_0.bin -p "Translate English to Frence: it's a nic day!" -n 512
Beta Was this translation helpful? Give feedback.
All reactions