czuk commited on
Commit
d4d61e3
1 Parent(s): 2431ab3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -47,4 +47,20 @@ outputs = pipe(texts)
47
  ids = [o['generated_text'] for o in outputs]
48
  print(ids)
49
  # ['GPE-Poland', 'GPE-Great-Britain', 'GPE-Bulgaria', 'GPE-Great-Britain',
50
- # 'ORG-European-Commission', 'ORG-EMA-European-Medicines-Agency']
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  ids = [o['generated_text'] for o in outputs]
48
  print(ids)
49
  # ['GPE-Poland', 'GPE-Great-Britain', 'GPE-Bulgaria', 'GPE-Great-Britain',
50
+ # 'ORG-European-Commission', 'ORG-EMA-European-Medicines-Agency']
51
+ ```
52
+
53
+
54
+ # Evaluation
55
+
56
+ | **Language** | **Seq2seq** | **Support** |
57
+ |:------------:|:-----------:|-----------------:|
58
+ | PL | 75.13 | 2 549 |
59
+ | CS | 77.92 | 1 137 |
60
+ | RU | 67.56 | 18 018 |
61
+ | BG | 63.60 | 6 085 |
62
+ | SL | 76.81 | 7 082 |
63
+ | UK | 58.94 | 3 085 |
64
+ | All | 68.75 | 37 956 |
65
+
66
+