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