Update README.md
Browse files
README.md
CHANGED
@@ -34,7 +34,7 @@ base_model: HiTZ/Medical-mT5-large
|
|
34 |
|
35 |
<p align="center">
|
36 |
<br>
|
37 |
-
<img src="http://www.ixa.eus/sites/default/files/anitdote.png" style="width:
|
38 |
<h2 align="center">Medical mT5: An Open-Source Multilingual Text-to-Text LLM
|
39 |
for the Medical Domain</h2>
|
40 |
<be>
|
@@ -52,7 +52,7 @@ Medical MT5-large-multitask is a version of Medical MT5 finetuned for sequence l
|
|
52 |
|
53 |
<p align="center">
|
54 |
<br>
|
55 |
-
<img src="https://raw.githubusercontent.com/ikergarcia1996/Sequence-Labeling-LLMs/main/resources/MedT5-Ner-mtask.png" style="width:
|
56 |
<be>
|
57 |
|
58 |
# Open Source Models
|
@@ -109,7 +109,7 @@ print(tokenizer.decode(output[0], skip_special_tokens=True))
|
|
109 |
```
|
110 |
|
111 |
# Performance
|
112 |
-
<img src="https://raw.githubusercontent.com/ikergarcia1996/Sequence-Labeling-LLMs/main/resources/multitask_performance.png" style="width:
|
113 |
|
114 |
# Model Description
|
115 |
|
|
|
34 |
|
35 |
<p align="center">
|
36 |
<br>
|
37 |
+
<img src="http://www.ixa.eus/sites/default/files/anitdote.png" style="width: 45%;">
|
38 |
<h2 align="center">Medical mT5: An Open-Source Multilingual Text-to-Text LLM
|
39 |
for the Medical Domain</h2>
|
40 |
<be>
|
|
|
52 |
|
53 |
<p align="center">
|
54 |
<br>
|
55 |
+
<img src="https://raw.githubusercontent.com/ikergarcia1996/Sequence-Labeling-LLMs/main/resources/MedT5-Ner-mtask.png" style="width: 60%;">
|
56 |
<be>
|
57 |
|
58 |
# Open Source Models
|
|
|
109 |
```
|
110 |
|
111 |
# Performance
|
112 |
+
<img src="https://raw.githubusercontent.com/ikergarcia1996/Sequence-Labeling-LLMs/main/resources/multitask_performance.png" style="width: 70%;">
|
113 |
|
114 |
# Model Description
|
115 |
|