josecannete finiteautomata commited on
Commit
56a7647
1 Parent(s): d1299df

Update README.md (#1)

Browse files

- Update README.md (80c234cd10335911841d9263f112e58e8c2608bb)


Co-authored-by: Juan Manuel Pérez <finiteautomata@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  # BETO: Spanish BERT
2
 
3
  BETO is a [BERT model](https://github.com/google-research/bert) trained on a [big Spanish corpus](https://github.com/josecannete/spanish-corpora). BETO is of size similar to a BERT-Base and was trained with the Whole Word Masking technique. Below you find Tensorflow and Pytorch checkpoints for the uncased and cased versions, as well as some results for Spanish benchmarks comparing BETO with [Multilingual BERT](https://github.com/google-research/bert/blob/master/multilingual.md) as well as other (not BERT-based) models.
 
1
+ ---
2
+ language:
3
+ - es
4
+
5
+ tags:
6
+ - masked-lm
7
+ ---
8
+
9
+
10
  # BETO: Spanish BERT
11
 
12
  BETO is a [BERT model](https://github.com/google-research/bert) trained on a [big Spanish corpus](https://github.com/josecannete/spanish-corpora). BETO is of size similar to a BERT-Base and was trained with the Whole Word Masking technique. Below you find Tensorflow and Pytorch checkpoints for the uncased and cased versions, as well as some results for Spanish benchmarks comparing BETO with [Multilingual BERT](https://github.com/google-research/bert/blob/master/multilingual.md) as well as other (not BERT-based) models.