Instructions to use Deepakvictor/tan-ta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Deepakvictor/tan-ta 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="Deepakvictor/tan-ta")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Deepakvictor/tan-ta") model = AutoModelForSeq2SeqLM.from_pretrained("Deepakvictor/tan-ta") - Notebooks
- Google Colab
- Kaggle
Commit History
Adding `safetensors` variant of this model (#5) 8497d2f
Delete model.safetensors f22ebfd
Create model.safetensors b9f1ba3
Delete model.safetensors b05715b
Upload pytorch_model.bin with huggingface_hub (#4) 1c04722
Delete pytorch_model.bin aaeb563
Update README.md (#2) 10ea423
Update handler.py 1bb7323
Update handler.py a1a19b0
Adding `safetensors` variant of this model (#3) 6354431
Update handler.py a2d350b
Update handler.py 2259024
Update handler.py f8269e3
Update handler.py d3f59c0
Update handler.py efc6f35
Update handler.py 13fdbce
Update handler.py 9cad3da
Create handler.py 3da6512
Update README.md 32681ab
Upload pytorch_model.bin with huggingface_hub (#1) 4a6242e
files upload 773fd50
update v1 dc7c958
Update README.md 0cbf2d1
initial commit 85d2f30
Deepakvictor commited on