Instructions to use Mizew/autotrain-avar-1016534299 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mizew/autotrain-avar-1016534299 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="Mizew/autotrain-avar-1016534299")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Mizew/autotrain-avar-1016534299") model = AutoModelForSeq2SeqLM.from_pretrained("Mizew/autotrain-avar-1016534299") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- c9f6026e6c3d07c3ccbadb7f408d5862e48a9a1cf2b8ec6a0dca655a68e22281
- Size of remote file:
- 4.92 GB
- SHA256:
- 45303bdcfd8b33aef7d591be720fb2149d3156770774b716f6969ed2a3474873
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.