Commit 路
af6d8b2
1
Parent(s): 147bea4
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,18 +5,15 @@ tags:
|
|
| 5 |
model-index:
|
| 6 |
- name: chupeto
|
| 7 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
| 11 |
-
probably proofread and complete it, then remove this comment. -->
|
| 12 |
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
This model is a fine-tuned version of [justinian336/chupeto](https://huggingface.co/justinian336/chupeto) on an unknown dataset.
|
| 16 |
-
It achieves the following results on the evaluation set:
|
| 17 |
-
- Train Loss: 0.9787
|
| 18 |
-
- Validation Loss: 0.9114
|
| 19 |
-
- Epoch: 3
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
@@ -24,7 +21,11 @@ More information needed
|
|
| 24 |
|
| 25 |
## Intended uses & limitations
|
| 26 |
|
| 27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
## Training and evaluation data
|
| 30 |
|
|
@@ -53,4 +54,4 @@ The following hyperparameters were used during training:
|
|
| 53 |
- Transformers 4.26.1
|
| 54 |
- TensorFlow 2.11.0
|
| 55 |
- Datasets 2.10.0
|
| 56 |
-
- Tokenizers 0.13.2
|
|
|
|
| 5 |
model-index:
|
| 6 |
- name: chupeto
|
| 7 |
results: []
|
| 8 |
+
datasets:
|
| 9 |
+
- justinian336/salvadoran-news
|
| 10 |
+
language:
|
| 11 |
+
- es
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# Chupeto
|
|
|
|
| 15 |
|
| 16 |
+
Chupeto es una versi贸n del modelo [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) que ha sido afinado en un set de datos que contiene m谩s de 100,000 art铆culos de noticias de medios salvadore帽os.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
## Model description
|
| 19 |
|
|
|
|
| 21 |
|
| 22 |
## Intended uses & limitations
|
| 23 |
|
| 24 |
+
El modelo puede ser utilizado para codificar textos para realizar tareas diversas, tales como:
|
| 25 |
+
- B煤squeda
|
| 26 |
+
- Res煤men de noticias
|
| 27 |
+
- Generaci贸n de t铆tulos de noticias
|
| 28 |
+
- Extracci贸n de entidades
|
| 29 |
|
| 30 |
## Training and evaluation data
|
| 31 |
|
|
|
|
| 54 |
- Transformers 4.26.1
|
| 55 |
- TensorFlow 2.11.0
|
| 56 |
- Datasets 2.10.0
|
| 57 |
+
- Tokenizers 0.13.2
|