i-be-snek commited on
Commit
0a2fe89
1 Parent(s): 9c2de24

Update model card with basic info

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -6,6 +6,12 @@ tags:
6
  model-index:
7
  - name: i-be-snek/distilbert-base-uncased-finetuned-ner-exp_B
8
  results: []
 
 
 
 
 
 
9
  ---
10
 
11
  <!-- This model card has been generated automatically according to the information Keras had access to. You should
@@ -52,9 +58,10 @@ The following hyperparameters were used during training:
52
  | 0.0084 | 0.0587 | 0.9185 | 0.9240 | 0.9213 | 0.9857 | 2 |
53
 
54
 
 
55
  ### Framework versions
56
 
57
  - Transformers 4.35.2
58
  - TensorFlow 2.14.0
59
  - Datasets 2.15.0
60
- - Tokenizers 0.15.0
 
6
  model-index:
7
  - name: i-be-snek/distilbert-base-uncased-finetuned-ner-exp_B
8
  results: []
9
+ language:
10
+ - en
11
+ metrics:
12
+ - seqeval
13
+ library_name: transformers
14
+ pipeline_tag: token-classification
15
  ---
16
 
17
  <!-- This model card has been generated automatically according to the information Keras had access to. You should
 
58
  | 0.0084 | 0.0587 | 0.9185 | 0.9240 | 0.9213 | 0.9857 | 2 |
59
 
60
 
61
+
62
  ### Framework versions
63
 
64
  - Transformers 4.35.2
65
  - TensorFlow 2.14.0
66
  - Datasets 2.15.0
67
+ - Tokenizers 0.15.0