Instructions to use vertigo23/salomon_translation_model_V0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vertigo23/salomon_translation_model_V0 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("vertigo23/salomon_translation_model_V0") model = AutoModelForSeq2SeqLM.from_pretrained("vertigo23/salomon_translation_model_V0", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Training in progress, step 4000 ad51084
Training in progress, step 3500 9cb08be
Training in progress, step 3000 94e8f3f
Training in progress, step 2500 26feb76
Training in progress, step 2000 ef23f56
Training in progress, step 1500 b41950e
Training in progress, step 1000 9fcf4f1
Training in progress, step 500 25521d9
initial commit fc3f6f6
Calvin Sendawula commited on