Update README.md
Browse files
README.md
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
---
|
2 |
pipeline_tag: token-classification
|
3 |
tags:
|
4 |
-
|
5 |
-
|
6 |
widget:
|
7 |
-
- text:
|
8 |
inference:
|
9 |
parameters:
|
10 |
-
aggregation_strategy:
|
11 |
grouped_entities: true
|
12 |
language:
|
13 |
-
-
|
14 |
---
|
15 |
|
16 |
xlm-roberta model trained on ronec, performing 95 f1-Macro on test set.
|
@@ -44,4 +44,4 @@ print(ner_results)
|
|
44 |
# 'end': 54
|
45 |
# }
|
46 |
# ]
|
47 |
-
```
|
|
|
1 |
---
|
2 |
pipeline_tag: token-classification
|
3 |
tags:
|
4 |
+
- named-entity-recognition
|
5 |
+
- sequence-tagger-model
|
6 |
widget:
|
7 |
+
- text: Numele meu este Amadeus Wolfgang și locuiesc în Berlin
|
8 |
inference:
|
9 |
parameters:
|
10 |
+
aggregation_strategy: simple
|
11 |
grouped_entities: true
|
12 |
language:
|
13 |
+
- ro
|
14 |
---
|
15 |
|
16 |
xlm-roberta model trained on ronec, performing 95 f1-Macro on test set.
|
|
|
44 |
# 'end': 54
|
45 |
# }
|
46 |
# ]
|
47 |
+
```
|