Update README.md
Browse files
README.md
CHANGED
@@ -9,15 +9,11 @@ datasets:
|
|
9 |
|
10 |
# Description
|
11 |
|
12 |
-
This is a basic implementation of the multilingual model ["ixambert-base-cased"](https://huggingface.co/ixa-ehu/ixambert-base-cased), fine-tuned on SQuAD version 1.1, that is able to answer basic factual questions in English, Spanish and Basque.
|
13 |
-
|
14 |
|
15 |
### Outputs
|
16 |
|
17 |
-
The model predicts a span of text from the context and a score for the probability for that span to be the correct answer
|
18 |
-
|
19 |
-
* Toxic: the tweet has at least some degree of toxicity.
|
20 |
-
* Very Toxic: the tweet has a strong degree of toxicity.
|
21 |
|
22 |
|
23 |
### How to use
|
@@ -33,11 +29,11 @@ The model can be used directly with a *question-answering* pipeline:
|
|
33 |
{'score': 0.9667195081710815, 'start': 101, 'end': 105, 'answer': '1820'}
|
34 |
```
|
35 |
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
%* Batch size = 32
|
40 |
-
%* Learning rate = 2e-5
|
41 |
-
%* Epochs = 3
|
42 |
|
43 |
-
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
# Description
|
11 |
|
12 |
+
This is a basic implementation of the multilingual model ["ixambert-base-cased"](https://huggingface.co/ixa-ehu/ixambert-base-cased), fine-tuned on SQuAD version 1.1, that is able to answer basic factual questions in English, Spanish and Basque.
|
|
|
13 |
|
14 |
### Outputs
|
15 |
|
16 |
+
The model predicts a span of text from the context and a score for the probability for that span to be the correct answer.
|
|
|
|
|
|
|
17 |
|
18 |
|
19 |
### How to use
|
|
|
29 |
{'score': 0.9667195081710815, 'start': 101, 'end': 105, 'answer': '1820'}
|
30 |
```
|
31 |
|
32 |
+
### Training procedure
|
33 |
+
The pre-trained model was fine-tuned for question answering using the following hyperparameters:
|
|
|
|
|
|
|
|
|
34 |
|
35 |
+
* Batch size = na
|
36 |
+
* Learning rate = na
|
37 |
+
* Epochs = 3
|
38 |
+
* Optimizer = AdamW
|
39 |
+
* Loss = na
|