"...composable_kernel_rocm.git" did not exist on "10e8be48967225b312043186461df35511ca5f13"
Commit e03129ad authored by Julien Chaumond's avatar Julien Chaumond
Browse files

[model_cards] Small formatting fix

cc @mrm8488
parent 08a70fb3
......@@ -50,7 +50,8 @@ for the other languages.
Citation:
<details>
```
```bibtex
@article{Artetxe:etal:2019,
author = {Mikel Artetxe and Sebastian Ruder and Dani Yogatama},
title = {On the cross-lingual transferability of monolingual representations},
......@@ -61,6 +62,7 @@ Citation:
eprint = {1910.11856}
}
```
</details>
I used `Data augmentation techniques` and splited the dataset in order to have a train and test set. The test set was created in a way that contains the same number of samples for each language. Finally, I got:
......
......@@ -50,6 +50,8 @@ for the other languages.
Citation:
<details>
```bibtex
@article{Artetxe:etal:2019,
author = {Mikel Artetxe and Sebastian Ruder and Dani Yogatama},
title = {On the cross-lingual transferability of monolingual representations},
......@@ -59,6 +61,8 @@ Citation:
archivePrefix = {arXiv},
eprint = {1910.11856}
}
```
</details>
I used `Data augmentation techniques` to obtain more samples and splited the dataset in order to have a train and test set. The test set was created in a way that contains the same number of samples for each language. Finally, I got:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment