Commit 9a70910d authored by Julien Chaumond's avatar Julien Chaumond
Browse files

[model_cards] Tweak @mrm8488's model card

parent 9274734a
--- ---
language: spanish language: spanish
thumbnail: https://pbs.twimg.com/profile_images/1216627400722845696/AVtlzvgl_400x400.jpg
--- ---
# BETO (Spanish BERT) + Spanish SQuAD2.0 # BETO (Spanish BERT) + Spanish SQuAD2.0
...@@ -26,7 +27,7 @@ BETO is a [BERT model](https://github.com/google-research/bert) trained on a [bi ...@@ -26,7 +27,7 @@ BETO is a [BERT model](https://github.com/google-research/bert) trained on a [bi
The model was trained on a Tesla P100 GPU and 25GB of RAM with the following command: The model was trained on a Tesla P100 GPU and 25GB of RAM with the following command:
```python ```bash
export SQUAD_DIR=path/to/nl_squad export SQUAD_DIR=path/to/nl_squad
python transformers/examples/run_squad.py \ python transformers/examples/run_squad.py \
--model_type bert \ --model_type bert \
...@@ -54,7 +55,8 @@ python transformers/examples/run_squad.py \ ...@@ -54,7 +55,8 @@ python transformers/examples/run_squad.py \
| ---------------------- | ----- | | ---------------------- | ----- |
| **Exact** | **76.50**50 | | **Exact** | **76.50**50 |
| **F1** | **86.07**81 | | **F1** | **86.07**81 |
```js
```json
{ {
"exact": 76.50501430594491, "exact": 76.50501430594491,
"f1": 86.07818773108252, "f1": 86.07818773108252,
......
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