Finishes README.md version 1
Browse filesSigned-off-by: giogvn <[email protected]>
README.md
CHANGED
@@ -133,9 +133,9 @@ relationship between the members of such pairs. Such corpus has three subsets: *
|
|
133 |
The model's fine-tuning procedure can be summarized in three major subsequent tasks:
|
134 |
<ol type="i">
|
135 |
<li>**Data Processing:**</li> [ASSIN](https://huggingface.co/datasets/assin)'s *validation* and *train* splits were loaded from the **Hugging Face Hub** and processed afterwards;
|
136 |
-
<li>**Hyperparameter Tuning:**</li> [XLM-RoBERTa-base](https://huggingface.co/xlm-roberta-base)'s hyperparameters were chosen with the help of the [Weights & Biases] API to track the results and upload the fine-tuned models;
|
137 |
<li>**Final Model Loading and Testing:**</li>
|
138 |
-
|
139 |
</ol>
|
140 |
|
141 |
|
@@ -182,9 +182,7 @@ Testing this model in [ASSIN](https://huggingface.co/datasets/assin)'s test spli
|
|
182 |
### ASSIN2
|
183 |
<!-- Given a pair of sentences $(premise, hypothesis)$, $\hat{f}^{(xlmr\_base)}(premise, hypothesis)$ can be equal to $PARAPHRASE, ENTAILMENT$ or $NONE$ as defined in [Definition 1](#assin_function). -->
|
184 |
|
185 |
-
[ASSIN2](https://huggingface.co/datasets/assin2)'s test split's class label's column has only two possible values:
|
186 |
-
|
187 |
-
More information on how such mapping is performed will be available in the [referred paper](#model-sources).
|
188 |
|
189 |
### Metrics
|
190 |
|
|
|
133 |
The model's fine-tuning procedure can be summarized in three major subsequent tasks:
|
134 |
<ol type="i">
|
135 |
<li>**Data Processing:**</li> [ASSIN](https://huggingface.co/datasets/assin)'s *validation* and *train* splits were loaded from the **Hugging Face Hub** and processed afterwards;
|
136 |
+
<li>**Hyperparameter Tuning:**</li> [XLM-RoBERTa-base](https://huggingface.co/xlm-roberta-base)'s hyperparameters were chosen with the help of the [Weights & Biases](https://docs.wandb.ai/ref/python/public-api/api) API to track the results and upload the fine-tuned models;
|
137 |
<li>**Final Model Loading and Testing:**</li>
|
138 |
+
The models' performance was evaluated using different datasets and metrics that will be better described in the future paper.
|
139 |
</ol>
|
140 |
|
141 |
|
|
|
182 |
### ASSIN2
|
183 |
<!-- Given a pair of sentences $(premise, hypothesis)$, $\hat{f}^{(xlmr\_base)}(premise, hypothesis)$ can be equal to $PARAPHRASE, ENTAILMENT$ or $NONE$ as defined in [Definition 1](#assin_function). -->
|
184 |
|
185 |
+
[ASSIN2](https://huggingface.co/datasets/assin2)'s test split's class label's column has only two possible values: *ENTAILMENT* and *NONE*. Therefore some mapping must be done so this model can be tested in [ASSIN2](https://huggingface.co/datasets/assin2)'s test split. More information on how such mapping is performed will be available in the [referred paper](#model-sources).
|
|
|
|
|
186 |
|
187 |
### Metrics
|
188 |
|