Update README.md
Browse files
README.md
CHANGED
@@ -101,7 +101,8 @@ We present MedMT5, the first open-source text-to-text multilingual model for the
|
|
101 |
# Model Description
|
102 |
|
103 |
- **Developed by**: Iker García-Ferrero, Rodrigo Agerri, Aitziber Atutxa Salazar, Elena Cabrio, Iker de la Iglesia, Alberto Lavelli, Bernardo Magnini, Benjamin Molinet, Johana Ramirez-Romero, German Rigau, Jose Maria Villa-Gonzalez, Serena Villata and Andrea Zaninello
|
104 |
-
- **
|
|
|
105 |
- **Model type**: text2text-generation
|
106 |
- **Language(s) (NLP)**: English, Spanish, French, Italian
|
107 |
- **License**: apache-2.0
|
@@ -109,7 +110,7 @@ We present MedMT5, the first open-source text-to-text multilingual model for the
|
|
109 |
|
110 |
## How to Get Started with the Model
|
111 |
|
112 |
-
|
113 |
|
114 |
```python
|
115 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
|
|
101 |
# Model Description
|
102 |
|
103 |
- **Developed by**: Iker García-Ferrero, Rodrigo Agerri, Aitziber Atutxa Salazar, Elena Cabrio, Iker de la Iglesia, Alberto Lavelli, Bernardo Magnini, Benjamin Molinet, Johana Ramirez-Romero, German Rigau, Jose Maria Villa-Gonzalez, Serena Villata and Andrea Zaninello
|
104 |
+
- **Contact**: [Iker García-Ferrero](https://ikergarcia1996.github.io/Iker-Garcia-Ferrero/)
|
105 |
+
- **Funding**: Antidote (PCI2020-120717-2) funded by MCIN/AEI /10.13039/501100011033 and by European Union NextGenerationEU/PRTR
|
106 |
- **Model type**: text2text-generation
|
107 |
- **Language(s) (NLP)**: English, Spanish, French, Italian
|
108 |
- **License**: apache-2.0
|
|
|
110 |
|
111 |
## How to Get Started with the Model
|
112 |
|
113 |
+
You can load the model using
|
114 |
|
115 |
```python
|
116 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|