Translation
Transformers
Safetensors
Japanese
English
llama
text-generation
text-generation-inference
Instructions to use lmg-anon/vntl-llama3-8b-v2-hf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lmg-anon/vntl-llama3-8b-v2-hf with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "translation" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("translation", model="lmg-anon/vntl-llama3-8b-v2-hf")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("lmg-anon/vntl-llama3-8b-v2-hf") model = AutoModelForCausalLM.from_pretrained("lmg-anon/vntl-llama3-8b-v2-hf") - Notebooks
- Google Colab
- Kaggle
VNTL Settings Guide for ST
3
#4 opened over 1 year ago
by
Casual-Autopsy
Major Translation Quality Degradation Past 30 Messages(15 chat pairs)
3
#3 opened over 1 year ago
by
Casual-Autopsy
Swallow v0.2 as a Possible Improvement Over Youko
3
#2 opened over 1 year ago
by
Casual-Autopsy