HiTZ
/

Text2Text Generation
Transformers
PyTorch
mt5
medical
multilingual
medic
Inference Endpoints
Iker commited on
Commit
2e317d2
1 Parent(s): 3365a4b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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
- - **Founding**: Antidote (PCI2020-120717-2) funded by MCIN/AEI /10.13039/501100011033 and by European Union NextGenerationEU/PRTR
 
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
- Then you can load the model using
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