Update README.md
Browse files
README.md
CHANGED
@@ -14,10 +14,28 @@ inference:
|
|
14 |
top_k: 10
|
15 |
do_sample: True
|
16 |
widget:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
- text: As filloas son
|
18 |
|
19 |
example_title: Filloas
|
20 |
-
- text: O neno vivía
|
21 |
|
22 |
example_title: O neno
|
23 |
---
|
|
|
14 |
top_k: 10
|
15 |
do_sample: True
|
16 |
widget:
|
17 |
+
- text: |-
|
18 |
+
Extrae as entidades nomeadas do seguinte texto:
|
19 |
+
Texto: "Chámome Wolfgang e vivo en Berlin"
|
20 |
+
Entidades: Wolfgang:PER, Berlin:LOC
|
21 |
+
----
|
22 |
+
Extrae as entidades nomeadas do seguinte texto:
|
23 |
+
Texto: "María e Miguel non teñen ningún problema"
|
24 |
+
Entidades: María:PER, Miguel:PER
|
25 |
+
----
|
26 |
+
Extrae as entidades nomeadas do seguinte texto:
|
27 |
+
Texto: "O mellor de Barcelona é o bar do meu amigo Pablo"
|
28 |
+
Entidades: Pablo:PER, Barcelona:LOC
|
29 |
+
----
|
30 |
+
Extrae as entidades nomeadas do seguinte texto:
|
31 |
+
Texto: "Carlos comparte cuarto con Marc"
|
32 |
+
Entidades:
|
33 |
+
example_title: NER
|
34 |
+
|
35 |
- text: As filloas son
|
36 |
|
37 |
example_title: Filloas
|
38 |
+
- text: O neno vivía preto de
|
39 |
|
40 |
example_title: O neno
|
41 |
---
|