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