Update README.md
Browse files
README.md
CHANGED
@@ -34,6 +34,11 @@ model-index:
|
|
34 |
- name: Accuracy
|
35 |
type: accuracy
|
36 |
value: 0.9917883014379933
|
|
|
|
|
|
|
|
|
|
|
37 |
---
|
38 |
|
39 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -51,15 +56,15 @@ It achieves the following results on the evaluation set:
|
|
51 |
|
52 |
## Model description
|
53 |
|
54 |
-
|
55 |
|
56 |
## Intended uses & limitations
|
57 |
|
58 |
-
|
59 |
|
60 |
## Training and evaluation data
|
61 |
|
62 |
-
|
63 |
|
64 |
## Training procedure
|
65 |
|
|
|
34 |
- name: Accuracy
|
35 |
type: accuracy
|
36 |
value: 0.9917883014379933
|
37 |
+
widget:
|
38 |
+
- text: 'Ciao, sono Giacomo. Vivo a Milano e lavoro da Armani. '
|
39 |
+
example_title: Example 1
|
40 |
+
- text: 'Domenica andrò allo stadio con Giovanna a guardare la Fiorentina. '
|
41 |
+
example_title: Example 2
|
42 |
---
|
43 |
|
44 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
56 |
|
57 |
## Model description
|
58 |
|
59 |
+
Token classification for italian language experiment, NER, on business topics.
|
60 |
|
61 |
## Intended uses & limitations
|
62 |
|
63 |
+
The model can be used on token classification, in particular NER. It is fine tuned on italian language.
|
64 |
|
65 |
## Training and evaluation data
|
66 |
|
67 |
+
The dataset used is [wikiann](https://huggingface.co/datasets/tner/wikiann)
|
68 |
|
69 |
## Training procedure
|
70 |
|