Translation
Transformers
Safetensors
Polish
English
t5
text2text-generation
polish
english
byt5
tokenizer-free
nlp
gradio
text-generation-inference
Instructions to use Gregniuki/pl-en-pl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Gregniuki/pl-en-pl 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="Gregniuki/pl-en-pl")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Gregniuki/pl-en-pl") model = AutoModelForSeq2SeqLM.from_pretrained("Gregniuki/pl-en-pl", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 6854d58a8e296aa95835c7955caa7808c8346990d34dec1b6b609f88894cac9f
- Size of remote file:
- 5.5 kB
- SHA256:
- be09196b5adc7645d7d8971048d3607081c6a6320aab1eb0642ad2e92aae4886
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.