Instructions to use pere/nb-nn-dev with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pere/nb-nn-dev 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="pere/nb-nn-dev")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("pere/nb-nn-dev", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 8c301eaea89efced1282e469f2e6a7991214d0ab7d3b835ae008a648bc4d346d
- Size of remote file:
- 6.06 MB
- SHA256:
- 6fd6cab7e0a56c309edaedb1f793f5e4d6d37c58d556d8eea653129d2aa2354b
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.