botryan96 commited on
Commit
053d558
1 Parent(s): 2d30b75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -9
README.md CHANGED
@@ -41,14 +41,6 @@ The following hyperparameters were used during training:
41
 
42
  ## Model performances (metric: seqeval)
43
 
44
- Overall
45
-
46
- precision|recall|f1
47
- -|-|-
48
- 0.8859|0.8971|0.8914
49
-
50
- By entity
51
-
52
  entity|precision|recall|f1
53
  -|-|-|-
54
  GeoLoc |0.9727|0.9591|0.9658
@@ -64,4 +56,5 @@ GeoTime |0.9695|0.9666|0.9680
64
  from transformers import AutoTokenizer, AutoModelForTokenClassification
65
 
66
  tokenizer = AutoTokenizer.from_pretrained("botryan96/GeoBERT")
67
- model = AutoModelForTokenClassification.from_pretrained("botryan96/GeoBERT")
 
 
41
 
42
  ## Model performances (metric: seqeval)
43
 
 
 
 
 
 
 
 
 
44
  entity|precision|recall|f1
45
  -|-|-|-
46
  GeoLoc |0.9727|0.9591|0.9658
 
56
  from transformers import AutoTokenizer, AutoModelForTokenClassification
57
 
58
  tokenizer = AutoTokenizer.from_pretrained("botryan96/GeoBERT")
59
+ model = AutoModelForTokenClassification.from_pretrained("botryan96/GeoBERT")
60
+ ```