Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: es
|
| 3 |
+
library_name: transformers
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
tags:
|
| 6 |
+
- roberta
|
| 7 |
+
- spanish
|
| 8 |
+
- scientific
|
| 9 |
+
pipeline_tag: feature-extraction
|
| 10 |
+
base_model: roberta-base
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Sci-BETO-base
|
| 14 |
+
|
| 15 |
+
**Sci-BETO** (*Scientific BETO*) es un modelo tipo RoBERTa entrenado desde cero sobre un corpus de textos científicos en español.
|