"docs_zh_CN/vscode:/vscode.git/clone" did not exist on "df4658206dd71723104636e082202fd778ef1bc6"
Commit 9a70910d authored by Julien Chaumond's avatar Julien Chaumond
Browse files

[model_cards] Tweak @mrm8488's model card

parent 9274734a
---
language: spanish
thumbnail: https://pbs.twimg.com/profile_images/1216627400722845696/AVtlzvgl_400x400.jpg
---
# 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
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
python transformers/examples/run_squad.py \
--model_type bert \
......@@ -54,7 +55,8 @@ python transformers/examples/run_squad.py \
| ---------------------- | ----- |
| **Exact** | **76.50**50 |
| **F1** | **86.07**81 |
```js
```json
{
"exact": 76.50501430594491,
"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