lxyuan tomaarsen HF staff commited on
Commit
b73c1ae
1 Parent(s): ab5d675

Add widget examples + link to cased model (#1)

Browse files

- Add widget examples + link to cased model (77d0b20b548af3f4450bbd43866a0c64691d6cfc)


Co-authored-by: Tom Aarsen <[email protected]>

Files changed (1) hide show
  1. README.md +50 -1
README.md CHANGED
@@ -33,6 +33,51 @@ metrics:
33
  - recall
34
  - f1
35
  pipeline_tag: token-classification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  language:
37
  - de
38
  - en
@@ -52,7 +97,11 @@ should probably proofread and complete it, then remove this comment. -->
52
  # span-marker-bert-base-multilingual-uncased-multinerd
53
 
54
  This model is a fine-tuned version of [bert-base-multilingual-uncased](https://huggingface.co/bert-base-multilingual-uncased) on an [Babelscape/multinerd](https://huggingface.co/datasets/Babelscape/multinerd) dataset.
55
- It achieves the following results on the evaluation set:
 
 
 
 
56
  - Loss: 0.0054
57
  - Overall Precision: 0.9275
58
  - Overall Recall: 0.9147
 
33
  - recall
34
  - f1
35
  pipeline_tag: token-classification
36
+ widget:
37
+ - text: "amelia earthart flog mit ihrer einmotorigen lockheed vega 5b über den atlantik nach paris."
38
+ example_title: "German"
39
+ - text: "amelia earhart flew her single engine lockheed vega 5b across the atlantic to paris."
40
+ example_title: "English"
41
+ - text: "amelia earthart voló su lockheed vega 5b monomotor a través del océano atlántico hasta parís."
42
+ example_title: "Spanish"
43
+ - text: "amelia earthart a fait voler son monomoteur lockheed vega 5b à travers l'ocean atlantique jusqu'à paris."
44
+ example_title: "French"
45
+ - text: "amelia earhart ha volato con il suo monomotore lockheed vega 5b attraverso l'atlantico fino a parigi."
46
+ example_title: "Italian"
47
+ - text: "amelia earthart vloog met haar één-motorige lockheed vega 5b over de atlantische oceaan naar parijs."
48
+ example_title: "Dutch"
49
+ - text: "amelia earthart przeleciała swoim jednosilnikowym samolotem lockheed vega 5b przez ocean atlantycki do paryża."
50
+ example_title: "Polish"
51
+ - text: "amelia earhart voou em seu monomotor lockheed vega 5b através do atlântico para paris."
52
+ example_title: "Portuguese"
53
+ - text: "амелия эртхарт перелетела на своем одномоторном самолете lockheed vega 5b через атлантический океан в париж."
54
+ example_title: "Russian"
55
+ - text: "amelia earthart flaug eins hreyfils lockheed vega 5b yfir atlantshafið til parísar."
56
+ example_title: "Icelandic"
57
+ - text: "η amelia earthart πέταξε το μονοκινητήριο lockheed vega 5b της πέρα ​​από τον ατλαντικό ωκεανό στο παρίσι."
58
+ example_title: "Greek"
59
+ - text: "amelia earhartová přeletěla se svým jednomotorovým lockheed vega 5b přes atlantik do paříže."
60
+ example_title: "Czech"
61
+ - text: "amelia earhart lensi yksimoottorisella lockheed vega 5b:llä atlantin yli pariisiin."
62
+ example_title: "Finnish"
63
+ - text: "amelia earhart fløj med sin enmotoriske lockheed vega 5b over atlanten til paris."
64
+ example_title: "Danish"
65
+ - text: "amelia earhart flög sin enmotoriga lockheed vega 5b över atlanten till paris."
66
+ example_title: "Swedish"
67
+ - text: "amelia earhart fløy sin enmotoriske lockheed vega 5b over atlanterhavet til paris."
68
+ example_title: "Norwegian"
69
+ - text: "amelia earhart și-a zburat cu un singur motor lockheed vega 5b peste atlantic până la paris."
70
+ example_title: "Romanian"
71
+ - text: "amelia earhart menerbangkan mesin tunggal lockheed vega 5b melintasi atlantik ke paris."
72
+ example_title: "Indonesian"
73
+ - text: "амелія эрхарт пераляцела на сваім аднаматорным lockheed vega 5b праз атлантыку ў парыж."
74
+ example_title: "Belarusian"
75
+ - text: "амелія ергарт перелетіла на своєму одномоторному літаку lockheed vega 5b через атлантику до парижа."
76
+ example_title: "Ukrainian"
77
+ - text: "amelia earhart preletjela je svojim jednomotornim zrakoplovom lockheed vega 5b preko atlantika do pariza."
78
+ example_title: "Croatian"
79
+ - text: "amelia earhart lendas oma ühemootoriga lockheed vega 5b üle atlandi ookeani pariisi."
80
+ example_title: "Estonian"
81
  language:
82
  - de
83
  - en
 
97
  # span-marker-bert-base-multilingual-uncased-multinerd
98
 
99
  This model is a fine-tuned version of [bert-base-multilingual-uncased](https://huggingface.co/bert-base-multilingual-uncased) on an [Babelscape/multinerd](https://huggingface.co/datasets/Babelscape/multinerd) dataset.
100
+
101
+ Is your data always capitalized correctly? Then consider using the cased variant of this model instead for better performance:
102
+ [lxyuan/span-marker-bert-base-multilingual-cased-multinerd](https://huggingface.co/lxyuan/span-marker-bert-base-multilingual-cased-multinerd).
103
+
104
+ This model achieves the following results on the evaluation set:
105
  - Loss: 0.0054
106
  - Overall Precision: 0.9275
107
  - Overall Recall: 0.9147