Translation
Transformers
PyTorch
JAX
TensorBoard
Norwegian
t5
text2text-generation
text-generation-inference
Instructions to use north/demo-nynorsk-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use north/demo-nynorsk-base 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="north/demo-nynorsk-base")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("north/demo-nynorsk-base") model = AutoModelForSeq2SeqLM.from_pretrained("north/demo-nynorsk-base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 9a1bc7dab2d0da9a21c421e09d472adad744c483e9f0fb95da459dc5875a7102
- Size of remote file:
- 2.33 GB
- SHA256:
- 099c878753dd3500b1697440420e610839baf6e2d496abe05149c66825719f22
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.