Instructions to use PlanTL-GOB-ES/bsc-bio-es with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PlanTL-GOB-ES/bsc-bio-es with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="PlanTL-GOB-ES/bsc-bio-es")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("PlanTL-GOB-ES/bsc-bio-es") model = AutoModelForMaskedLM.from_pretrained("PlanTL-GOB-ES/bsc-bio-es", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -29,6 +29,7 @@ widget:
|
|
| 29 |
- [Training corpora and preprocessing](#Trainingcorpora-preprocessing)
|
| 30 |
- [Evaluation](#evaluation)
|
| 31 |
- [Additional information](#additional-information)
|
|
|
|
| 32 |
- [Contact information](#contact-information)
|
| 33 |
- [Copyright](#copyright)
|
| 34 |
- [Licensing information](#licensing-information)
|
|
|
|
| 29 |
- [Training corpora and preprocessing](#Trainingcorpora-preprocessing)
|
| 30 |
- [Evaluation](#evaluation)
|
| 31 |
- [Additional information](#additional-information)
|
| 32 |
+
- [Author](#author)
|
| 33 |
- [Contact information](#contact-information)
|
| 34 |
- [Copyright](#copyright)
|
| 35 |
- [Licensing information](#licensing-information)
|