Instructions to use Almancy/practica_3_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Almancy/practica_3_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Almancy/practica_3_model")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Almancy/practica_3_model") model = AutoModelForQuestionAnswering.from_pretrained("Almancy/practica_3_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 69ad956fede87cedf498b1c5ae666444a56e3c8c274f4b4d97827d19c4fb53cd
- Size of remote file:
- 5.18 kB
- SHA256:
- 61f6929c3c32e76bf90df98e7b3723d8aaef7987a63d5730f2aee5537ec384aa
路
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.