Update README.md
Browse files
README.md
CHANGED
@@ -2,14 +2,14 @@
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
-
<
|
6 |
|
7 |
This a Spanish fine-tuned model using as a starting point the base model mt5-small by Google.
|
8 |
|
9 |
https://huggingface.co/google/mt5-small
|
10 |
|
11 |
|
12 |
-
|
13 |
|
14 |
The datasets used for the fine-tuning
|
15 |
|
@@ -25,7 +25,7 @@ The datasets used for the fine-tuning
|
|
25 |
|
26 |
|
27 |
|
28 |
-
|
29 |
|
30 |
The following piece of code could be used to perfome the different model tasks.
|
31 |
|
@@ -104,14 +104,14 @@ Question answering
|
|
104 |
|
105 |
print(result_text)
|
106 |
|
107 |
-
|
108 |
|
109 |
Check out the Transformers Libray examples
|
110 |
|
111 |
https://github.com/huggingface/transformers/tree/main/examples/pytorch/question-answering
|
112 |
|
113 |
|
114 |
-
|
115 |
|
116 |
Spanish SQuAD v2 512 tokens
|
117 |
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
+
<h1 align="center">mT5 small spanish es</h1>
|
6 |
|
7 |
This a Spanish fine-tuned model using as a starting point the base model mt5-small by Google.
|
8 |
|
9 |
https://huggingface.co/google/mt5-small
|
10 |
|
11 |
|
12 |
+
# Datasets
|
13 |
|
14 |
The datasets used for the fine-tuning
|
15 |
|
|
|
25 |
|
26 |
|
27 |
|
28 |
+
# Inference
|
29 |
|
30 |
The following piece of code could be used to perfome the different model tasks.
|
31 |
|
|
|
104 |
|
105 |
print(result_text)
|
106 |
|
107 |
+
# Fine-tuning
|
108 |
|
109 |
Check out the Transformers Libray examples
|
110 |
|
111 |
https://github.com/huggingface/transformers/tree/main/examples/pytorch/question-answering
|
112 |
|
113 |
|
114 |
+
# Performance
|
115 |
|
116 |
Spanish SQuAD v2 512 tokens
|
117 |
|