Update README.md
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ A fine-tuned BERT model using the RTE dataset.
|
|
| 17 |
### Description
|
| 18 |
|
| 19 |
This model is based on the [BERT base (uncased)](https://huggingface.co/google-bert/bert-base-uncased)
|
| 20 |
-
architecture and has been fine-tuned on the RTE dataset from the SuperGLUE benchmark.
|
| 21 |
|
| 22 |
- **Developed by:** [Cesar Gonzalez-Gutierrez](https://ceguel.es)
|
| 23 |
- **Funded by:** [ERC](https://erc.europa.eu)
|
|
@@ -92,4 +92,4 @@ Additionally, it may reflect or amplify patterns and biases present in the RTE t
|
|
| 92 |
## Citation
|
| 93 |
|
| 94 |
If you use this model in your research, please cite both the base BERT model
|
| 95 |
-
and the
|
|
|
|
| 17 |
### Description
|
| 18 |
|
| 19 |
This model is based on the [BERT base (uncased)](https://huggingface.co/google-bert/bert-base-uncased)
|
| 20 |
+
architecture and has been fine-tuned on the RTE dataset from the [SuperGLUE](https://huggingface.co/datasets/aps/super_glue) benchmark.
|
| 21 |
|
| 22 |
- **Developed by:** [Cesar Gonzalez-Gutierrez](https://ceguel.es)
|
| 23 |
- **Funded by:** [ERC](https://erc.europa.eu)
|
|
|
|
| 92 |
## Citation
|
| 93 |
|
| 94 |
If you use this model in your research, please cite both the base BERT model
|
| 95 |
+
and the RTE source.
|