Update README.md
Browse files
README.md
CHANGED
@@ -8,11 +8,12 @@ tags:
|
|
8 |
- FLOR
|
9 |
- bloom
|
10 |
license: mit
|
11 |
-
pipeline_tag:
|
12 |
inference:
|
13 |
parameters:
|
14 |
-
top_k:
|
15 |
-
|
|
|
16 |
temperature: 0.4
|
17 |
widget:
|
18 |
- text: |-
|
@@ -28,7 +29,6 @@ widget:
|
|
28 |
Pregunta: "Cal é a capital de Suecia?"
|
29 |
Resposta:
|
30 |
example_title: Question&Answering
|
31 |
-
|
32 |
- text: |-
|
33 |
Cualifica como Positivo ou Negativo o sentimento da seguinte frase:
|
34 |
Texto: "Estou moi feliz"
|
@@ -50,7 +50,6 @@ widget:
|
|
50 |
Texto: "O neno non está contento coas notas"
|
51 |
Polaridade:
|
52 |
example_title: Sentiment Analysis
|
53 |
-
|
54 |
- text: |-
|
55 |
Extrae as entidades nomeadas do seguinte texto:
|
56 |
Texto: "Chámome Wolfgang e vivo en Berlin"
|
@@ -68,12 +67,9 @@ widget:
|
|
68 |
Texto: "Carlos comparte cuarto con Marc"
|
69 |
Entidades:
|
70 |
example_title: Name Entity Recognition (NER)
|
71 |
-
|
72 |
-
- text: A receita tradicional das filloas é
|
73 |
-
|
74 |
example_title: Filloas
|
75 |
- text: O neno vivía preto de
|
76 |
-
|
77 |
example_title: O neno
|
78 |
---
|
79 |
|
@@ -206,5 +202,4 @@ This research was funded by “The Nós project: Galician in the society and eco
|
|
206 |
|
207 |
If you use this model, please cite as follows:
|
208 |
|
209 |
-
Rodríguez, Pablo; Gamallo, Pablo; Sotelo, Susana; Paniagua, Silvia; Pichel, José Ramón; Bardanca, Daniel. 2024. FLOR-1.3B-GL. URL: https://huggingface.co/proxectonos/FLOR-1.3B-GL
|
210 |
-
|
|
|
8 |
- FLOR
|
9 |
- bloom
|
10 |
license: mit
|
11 |
+
pipeline_tag: question-answering
|
12 |
inference:
|
13 |
parameters:
|
14 |
+
top_k: 50
|
15 |
+
top_p: 0.95
|
16 |
+
do_sample: true
|
17 |
temperature: 0.4
|
18 |
widget:
|
19 |
- text: |-
|
|
|
29 |
Pregunta: "Cal é a capital de Suecia?"
|
30 |
Resposta:
|
31 |
example_title: Question&Answering
|
|
|
32 |
- text: |-
|
33 |
Cualifica como Positivo ou Negativo o sentimento da seguinte frase:
|
34 |
Texto: "Estou moi feliz"
|
|
|
50 |
Texto: "O neno non está contento coas notas"
|
51 |
Polaridade:
|
52 |
example_title: Sentiment Analysis
|
|
|
53 |
- text: |-
|
54 |
Extrae as entidades nomeadas do seguinte texto:
|
55 |
Texto: "Chámome Wolfgang e vivo en Berlin"
|
|
|
67 |
Texto: "Carlos comparte cuarto con Marc"
|
68 |
Entidades:
|
69 |
example_title: Name Entity Recognition (NER)
|
70 |
+
- text: A receita tradicional das filloas é
|
|
|
|
|
71 |
example_title: Filloas
|
72 |
- text: O neno vivía preto de
|
|
|
73 |
example_title: O neno
|
74 |
---
|
75 |
|
|
|
202 |
|
203 |
If you use this model, please cite as follows:
|
204 |
|
205 |
+
Rodríguez, Pablo; Gamallo, Pablo; Sotelo, Susana; Paniagua, Silvia; Pichel, José Ramón; Bardanca, Daniel. 2024. FLOR-1.3B-GL. URL: https://huggingface.co/proxectonos/FLOR-1.3B-GL
|
|