Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
- multilingual
|
4 |
- af
|
5 |
- sq
|
@@ -105,6 +105,7 @@ language:
|
|
105 |
license: apache-2.0
|
106 |
datasets:
|
107 |
- wikipedia
|
|
|
108 |
---
|
109 |
|
110 |
# BERT multilingual base model (uncased)
|
@@ -308,4 +309,4 @@ The details of the masking procedure for each sentence are the following:
|
|
308 |
biburl = {https://dblp.org/rec/journals/corr/abs-1810-04805.bib},
|
309 |
bibsource = {dblp computer science bibliography, https://dblp.org}
|
310 |
}
|
311 |
-
```
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
- multilingual
|
4 |
- af
|
5 |
- sq
|
|
|
105 |
license: apache-2.0
|
106 |
datasets:
|
107 |
- wikipedia
|
108 |
+
library_name: transformers
|
109 |
---
|
110 |
|
111 |
# BERT multilingual base model (uncased)
|
|
|
309 |
biburl = {https://dblp.org/rec/journals/corr/abs-1810-04805.bib},
|
310 |
bibsource = {dblp computer science bibliography, https://dblp.org}
|
311 |
}
|
312 |
+
```
|