nstrn-mo commited on
Commit
ac8044d
1 Parent(s): 379b18c

End of training

Browse files
README.md CHANGED
@@ -26,16 +26,16 @@ model-index:
26
  metrics:
27
  - name: Precision
28
  type: precision
29
- value: 0.921937195931004
30
  - name: Recall
31
  type: recall
32
- value: 0.9327665286944848
33
  - name: F1
34
  type: f1
35
- value: 0.9273202468998499
36
  - name: Accuracy
37
  type: accuracy
38
- value: 0.9831445501771331
39
  ---
40
 
41
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -45,11 +45,11 @@ should probably proofread and complete it, then remove this comment. -->
45
 
46
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the conll2003 dataset.
47
  It achieves the following results on the evaluation set:
48
- - Loss: 0.0629
49
- - Precision: 0.9219
50
- - Recall: 0.9328
51
- - F1: 0.9273
52
- - Accuracy: 0.9831
53
 
54
  ## Model description
55
 
@@ -80,14 +80,14 @@ The following hyperparameters were used during training:
80
 
81
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
82
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
83
- | 0.2535 | 1.0 | 878 | 0.0703 | 0.8992 | 0.9196 | 0.9093 | 0.9797 |
84
- | 0.0519 | 2.0 | 1756 | 0.0633 | 0.9161 | 0.9271 | 0.9215 | 0.9817 |
85
- | 0.0301 | 3.0 | 2634 | 0.0629 | 0.9219 | 0.9328 | 0.9273 | 0.9831 |
86
 
87
 
88
  ### Framework versions
89
 
90
- - Transformers 4.45.2
91
- - Pytorch 2.4.1
92
  - Datasets 3.0.1
93
- - Tokenizers 0.20.1
 
26
  metrics:
27
  - name: Precision
28
  type: precision
29
+ value: 0.9263309034680804
30
  - name: Recall
31
  type: recall
32
+ value: 0.9382481261886118
33
  - name: F1
34
  type: f1
35
+ value: 0.9322514311120992
36
  - name: Accuracy
37
  type: accuracy
38
+ value: 0.9836370279759162
39
  ---
40
 
41
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
45
 
46
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the conll2003 dataset.
47
  It achieves the following results on the evaluation set:
48
+ - Loss: 0.0623
49
+ - Precision: 0.9263
50
+ - Recall: 0.9382
51
+ - F1: 0.9323
52
+ - Accuracy: 0.9836
53
 
54
  ## Model description
55
 
 
80
 
81
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
82
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
83
+ | 0.1918 | 1.0 | 878 | 0.0674 | 0.9073 | 0.9244 | 0.9158 | 0.9809 |
84
+ | 0.0508 | 2.0 | 1756 | 0.0614 | 0.9230 | 0.9351 | 0.9290 | 0.9827 |
85
+ | 0.0292 | 3.0 | 2634 | 0.0623 | 0.9263 | 0.9382 | 0.9323 | 0.9836 |
86
 
87
 
88
  ### Framework versions
89
 
90
+ - Transformers 4.44.2
91
+ - Pytorch 2.4.1+cu121
92
  - Datasets 3.0.1
93
+ - Tokenizers 0.19.1
config.json CHANGED
@@ -41,6 +41,6 @@
41
  "sinusoidal_pos_embds": false,
42
  "tie_weights_": true,
43
  "torch_dtype": "float32",
44
- "transformers_version": "4.45.2",
45
  "vocab_size": 30522
46
  }
 
41
  "sinusoidal_pos_embds": false,
42
  "tie_weights_": true,
43
  "torch_dtype": "float32",
44
+ "transformers_version": "4.44.2",
45
  "vocab_size": 30522
46
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:422ef993a2b51a415e8695d590dbf5dfef94c253ec26c4464a9b8246c90e7689
3
  size 265491548
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3386812daa0dfb75cf1a9bdeb98957c09b43fcb7f707295fef1eda23f6bb0f8
3
  size 265491548
runs/Oct18_14-37-02_2fa9ea9201b6/events.out.tfevents.1729262234.2fa9ea9201b6.540.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfc91b06c1689b1aa94e1f6c503417b9b91a40ea17c019004014ae5c69db8f8b
3
+ size 8056
runs/Oct18_14-37-02_2fa9ea9201b6/events.out.tfevents.1729273647.2fa9ea9201b6.540.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8da1d563976c0f3a9c5a70014077a6018fbe6c4eb8daef72fe8ff5775f745520
3
+ size 560
tokenizer_config.json CHANGED
@@ -41,7 +41,7 @@
41
  "special": true
42
  }
43
  },
44
- "clean_up_tokenization_spaces": false,
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
47
  "mask_token": "[MASK]",
 
41
  "special": true
42
  }
43
  },
44
+ "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
47
  "mask_token": "[MASK]",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:194ab24a4f4f257cd408c531691113a1339cffe8b1e1ed9620b518d7263e951e
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da7bc3a757469eae373fa201c5938b232883548da6a9f5c63536eddf40bba37c
3
  size 5240