raulgdp commited on
Commit
39f8b23
·
verified ·
1 Parent(s): 7aefa9d

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.6296160430423087
30
  - name: Recall
31
  type: recall
32
- value: 0.6202119971091303
33
  - name: F1
34
  type: f1
35
- value: 0.6248786407766991
36
  - name: Accuracy
37
  type: accuracy
38
- value: 0.9305489339527457
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 conll2002 dataset.
47
  It achieves the following results on the evaluation set:
48
- - Loss: 0.2451
49
- - Precision: 0.6296
50
- - Recall: 0.6202
51
- - F1: 0.6249
52
- - Accuracy: 0.9305
53
 
54
  ## Model description
55
 
@@ -80,13 +80,13 @@ The following hyperparameters were used during training:
80
 
81
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
82
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
83
- | 0.3571 | 1.0 | 521 | 0.2721 | 0.5804 | 0.5771 | 0.5787 | 0.9217 |
84
- | 0.203 | 2.0 | 1042 | 0.2451 | 0.6296 | 0.6202 | 0.6249 | 0.9305 |
85
 
86
 
87
  ### Framework versions
88
 
89
- - Transformers 4.44.2
90
- - Pytorch 2.5.0+cu121
91
- - Datasets 3.1.0
92
- - Tokenizers 0.19.1
 
26
  metrics:
27
  - name: Precision
28
  type: precision
29
+ value: 0.6381977967570244
30
  - name: Recall
31
  type: recall
32
+ value: 0.621055167429535
33
  - name: F1
34
  type: f1
35
+ value: 0.6295097979366338
36
  - name: Accuracy
37
  type: accuracy
38
+ value: 0.9309591653454259
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 conll2002 dataset.
47
  It achieves the following results on the evaluation set:
48
+ - Loss: 0.2431
49
+ - Precision: 0.6382
50
+ - Recall: 0.6211
51
+ - F1: 0.6295
52
+ - Accuracy: 0.9310
53
 
54
  ## Model description
55
 
 
80
 
81
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
82
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
83
+ | 0.3539 | 1.0 | 521 | 0.2735 | 0.5837 | 0.5829 | 0.5833 | 0.9218 |
84
+ | 0.207 | 2.0 | 1042 | 0.2431 | 0.6382 | 0.6211 | 0.6295 | 0.9310 |
85
 
86
 
87
  ### Framework versions
88
 
89
+ - Transformers 4.45.1
90
+ - Pytorch 2.4.0+cpu
91
+ - Datasets 3.0.1
92
+ - Tokenizers 0.20.0
config.json CHANGED
@@ -41,6 +41,6 @@
41
  "sinusoidal_pos_embds": false,
42
  "tie_weights_": true,
43
  "torch_dtype": "float32",
44
- "transformers_version": "4.44.2",
45
  "vocab_size": 30522
46
  }
 
41
  "sinusoidal_pos_embds": false,
42
  "tie_weights_": true,
43
  "torch_dtype": "float32",
44
+ "transformers_version": "4.45.1",
45
  "vocab_size": 30522
46
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8cc0b5aac94ebd2af7064b8ead3a2edc93a2f884df50bcca6296764f1a29cbd3
3
  size 265491548
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:982dac80ba81e9c3879d30acae510d8c29db89a877c0105ff825f89ff454f55f
3
  size 265491548
runs/Nov13_20-32-19_908f92b37c24/events.out.tfevents.1731529961.908f92b37c24.30.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c4a55f6799fe25a6cd31f3f6a9f795125691ff16e3da680e06d57b3cfbddbb4
3
+ size 6990
runs/Nov13_20-32-19_908f92b37c24/events.out.tfevents.1731535589.908f92b37c24.30.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c8a9f37a679acca8aa74e55b38f57366cc8a3688bf41325ea976cb488a1b40a
3
+ size 560
tokenizer_config.json CHANGED
@@ -41,7 +41,7 @@
41
  "special": true
42
  }
43
  },
44
- "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
47
  "mask_token": "[MASK]",
 
41
  "special": true
42
  }
43
  },
44
+ "clean_up_tokenization_spaces": false,
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:a16046f98ba3bf21e6d8b4679e588239388f9553d15b79141824316311248f96
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10f862f42bc9dacdc8920e99d90cab2800faeb7d239590b0cdcbcccf9366919a
3
  size 5240