Serega6678 commited on
Commit
07e7c7a
1 Parent(s): 797bde2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -33,11 +33,15 @@ datasets:
33
 
34
  Read more about evaluation protocol & datasets in our [paper](https://arxiv.org/abs/2402.15343) and [blog post](https://www.numind.ai/blog/a-foundation-model-for-entity-recognition).
35
 
36
- | Model | F1 macro |
37
- |----------|----------|
38
- | RoBERTa-base | 0.7129 |
39
- | ours | 0.7500 |
40
- | ours + two emb | 0.7686 |
 
 
 
 
41
 
42
 
43
  ## Usage
 
33
 
34
  Read more about evaluation protocol & datasets in our [paper](https://arxiv.org/abs/2402.15343) and [blog post](https://www.numind.ai/blog/a-foundation-model-for-entity-recognition).
35
 
36
+ We suggest using **newer version of this model: [NuNER v2.0](https://huggingface.co/numind/NuNER-v2.0)**
37
+
38
+ | Model | k=1 | k=4 | k=16 | k=64 |
39
+ |----------|----------|----------|----------|----------|
40
+ | RoBERTa-base | 24.5 | 44.7 | 58.1 | 65.4
41
+ | RoBERTa-base + NER-BERT pre-training | 32.3 | 50.9 | 61.9 | 67.6 |
42
+ | NuNER v0.1 | 34.3 | 54.6 | 64.0 | 68.7 |
43
+ | NuNER v1.0 | 39.4 | 59.6 | 67.8 | 71.5 |
44
+ | **NuNER v2.0** | **43.6** | **61.0** | **68.2** | **72.0** |
45
 
46
 
47
  ## Usage