Translation
Transformers
PyTorch
TensorBoard
Safetensors
English
marian
text2text-generation
Generated from Trainer
Instructions to use SRDdev/HingFlow with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SRDdev/HingFlow 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="SRDdev/HingFlow")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("SRDdev/HingFlow") model = AutoModelForSeq2SeqLM.from_pretrained("SRDdev/HingFlow") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 163af52e1909328c0d9bb4ad6321f05486c08119ae7075812561cc2dadf69a65
- Size of remote file:
- 1.07 MB
- SHA256:
- f5529d3a72f8c1d5f7e357f1b6fd30e3cf58f6e1ba0401db135a118ac92f4a76
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.