Instructions to use mt-empty/english-assyrian with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mt-empty/english-assyrian 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="mt-empty/english-assyrian")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("mt-empty/english-assyrian") model = AutoModelForSeq2SeqLM.from_pretrained("mt-empty/english-assyrian", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- b3704a86fb1cbaffc6cbf82e1814c19eb6e4ea107d7d0841d0e8b68c090fce25
- Size of remote file:
- 306 MB
- SHA256:
- f385b885655c3507a79e332db38d78267b2558b87133123ea94ecc2dba35c9fb
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.