HusseinEid commited on
Commit
4bec3c8
·
verified ·
1 Parent(s): 3309a23

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -35,6 +35,9 @@ model-index:
35
  - name: Accuracy
36
  type: accuracy
37
  value: 0.9861217401542356
 
 
 
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -52,15 +55,15 @@ It achieves the following results on the evaluation set:
52
 
53
  ## Model description
54
 
55
- More information needed
56
 
57
  ## Intended uses & limitations
58
 
59
- More information needed
60
 
61
  ## Training and evaluation data
62
 
63
- More information needed
64
 
65
  ## Training procedure
66
 
@@ -89,4 +92,4 @@ The following hyperparameters were used during training:
89
  - Transformers 4.40.2
90
  - Pytorch 2.2.1+cu121
91
  - Datasets 2.19.1
92
- - Tokenizers 0.19.1
 
35
  - name: Accuracy
36
  type: accuracy
37
  value: 0.9861217401542356
38
+ language:
39
+ - en
40
+ library_name: transformers
41
  ---
42
 
43
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
55
 
56
  ## Model description
57
 
58
+ This is a model for general token classification (Named entity recognition NER, part of speech tagging POS, and chunking)
59
 
60
  ## Intended uses & limitations
61
 
62
+ Open source
63
 
64
  ## Training and evaluation data
65
 
66
+ The conll2003 dataset
67
 
68
  ## Training procedure
69
 
 
92
  - Transformers 4.40.2
93
  - Pytorch 2.2.1+cu121
94
  - Datasets 2.19.1
95
+ - Tokenizers 0.19.1