"examples/tensorflow/test_tensorflow_examples.py" did not exist on "29c10a41d04f855c433a6cde7797b325651417d2"
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. ...@@ -50,7 +50,8 @@ for the other languages.
Citation: Citation:
<details> <details>
```
```bibtex
@article{Artetxe:etal:2019, @article{Artetxe:etal:2019,
author = {Mikel Artetxe and Sebastian Ruder and Dani Yogatama}, author = {Mikel Artetxe and Sebastian Ruder and Dani Yogatama},
title = {On the cross-lingual transferability of monolingual representations}, title = {On the cross-lingual transferability of monolingual representations},
...@@ -61,6 +62,7 @@ Citation: ...@@ -61,6 +62,7 @@ Citation:
eprint = {1910.11856} eprint = {1910.11856}
} }
``` ```
</details> </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: 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. ...@@ -50,6 +50,8 @@ for the other languages.
Citation: Citation:
<details> <details>
```bibtex
@article{Artetxe:etal:2019, @article{Artetxe:etal:2019,
author = {Mikel Artetxe and Sebastian Ruder and Dani Yogatama}, author = {Mikel Artetxe and Sebastian Ruder and Dani Yogatama},
title = {On the cross-lingual transferability of monolingual representations}, title = {On the cross-lingual transferability of monolingual representations},
...@@ -59,6 +61,8 @@ Citation: ...@@ -59,6 +61,8 @@ Citation:
archivePrefix = {arXiv}, archivePrefix = {arXiv},
eprint = {1910.11856} eprint = {1910.11856}
} }
```
</details> </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: 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