gates04 commited on
Commit
1e7f93a
·
verified ·
1 Parent(s): 7654b5b

End of training

Browse files
Files changed (4) hide show
  1. README.md +75 -0
  2. config.json +83 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: gates04/FP16-KD-NID
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - precision
9
+ - recall
10
+ model-index:
11
+ - name: NF4-KD-SD-NID
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # NF4-KD-SD-NID
19
+
20
+ This model is a fine-tuned version of [gates04/FP16-KD-NID](https://huggingface.co/gates04/FP16-KD-NID) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.0161
23
+ - Accuracy: 0.9923
24
+ - Precision: 0.9672
25
+ - Recall: 0.9496
26
+ - F1 score: 0.9554
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 5e-05
46
+ - train_batch_size: 500
47
+ - eval_batch_size: 500
48
+ - seed: 42
49
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 10
52
+ - mixed_precision_training: Native AMP
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 score |
57
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|:---------:|:------:|:--------:|
58
+ | 0.0234 | 1.0 | 2376 | 0.0221 | 0.9909 | 0.9307 | 0.9111 | 0.9138 |
59
+ | 0.0243 | 2.0 | 4752 | 0.0201 | 0.9910 | 0.9751 | 0.9196 | 0.9268 |
60
+ | 0.0199 | 3.0 | 7128 | 0.0217 | 0.9909 | 0.9315 | 0.9148 | 0.9175 |
61
+ | 0.0181 | 4.0 | 9504 | 0.0189 | 0.9915 | 0.9331 | 0.9202 | 0.9233 |
62
+ | 0.0183 | 5.0 | 11880 | 0.0184 | 0.9917 | 0.9374 | 0.9220 | 0.9259 |
63
+ | 0.0194 | 6.0 | 14256 | 0.0175 | 0.9918 | 0.9545 | 0.9321 | 0.9368 |
64
+ | 0.0129 | 7.0 | 16632 | 0.0169 | 0.9921 | 0.9596 | 0.9353 | 0.9418 |
65
+ | 0.016 | 8.0 | 19008 | 0.0168 | 0.9921 | 0.9666 | 0.9539 | 0.9581 |
66
+ | 0.0142 | 9.0 | 21384 | 0.0162 | 0.9922 | 0.9673 | 0.9561 | 0.9600 |
67
+ | 0.013 | 10.0 | 23760 | 0.0161 | 0.9923 | 0.9672 | 0.9496 | 0.9554 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.50.0
73
+ - Pytorch 2.6.0+cu124
74
+ - Datasets 3.4.1
75
+ - Tokenizers 0.21.1
config.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "architectures": [
4
+ "DistilBertForSequenceClassification"
5
+ ],
6
+ "attention_dropout": 0.1,
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "cell": {},
9
+ "dim": 312,
10
+ "dropout": 0.1,
11
+ "emb_size": 312,
12
+ "hidden_act": "gelu",
13
+ "hidden_dim": 3072,
14
+ "hidden_dropout_prob": 0.1,
15
+ "id2label": {
16
+ "0": "LABEL_0",
17
+ "1": "LABEL_1",
18
+ "2": "LABEL_2",
19
+ "3": "LABEL_3",
20
+ "4": "LABEL_4",
21
+ "5": "LABEL_5",
22
+ "6": "LABEL_6",
23
+ "7": "LABEL_7",
24
+ "8": "LABEL_8",
25
+ "9": "LABEL_9",
26
+ "10": "LABEL_10",
27
+ "11": "LABEL_11",
28
+ "12": "LABEL_12",
29
+ "13": "LABEL_13",
30
+ "14": "LABEL_14",
31
+ "15": "LABEL_15",
32
+ "16": "LABEL_16",
33
+ "17": "LABEL_17",
34
+ "18": "LABEL_18",
35
+ "19": "LABEL_19",
36
+ "20": "LABEL_20",
37
+ "21": "LABEL_21",
38
+ "22": "LABEL_22",
39
+ "23": "LABEL_23"
40
+ },
41
+ "initializer_range": 0.02,
42
+ "intermediate_size": 1200,
43
+ "label2id": {
44
+ "LABEL_0": 0,
45
+ "LABEL_1": 1,
46
+ "LABEL_10": 10,
47
+ "LABEL_11": 11,
48
+ "LABEL_12": 12,
49
+ "LABEL_13": 13,
50
+ "LABEL_14": 14,
51
+ "LABEL_15": 15,
52
+ "LABEL_16": 16,
53
+ "LABEL_17": 17,
54
+ "LABEL_18": 18,
55
+ "LABEL_19": 19,
56
+ "LABEL_2": 2,
57
+ "LABEL_20": 20,
58
+ "LABEL_21": 21,
59
+ "LABEL_22": 22,
60
+ "LABEL_23": 23,
61
+ "LABEL_3": 3,
62
+ "LABEL_4": 4,
63
+ "LABEL_5": 5,
64
+ "LABEL_6": 6,
65
+ "LABEL_7": 7,
66
+ "LABEL_8": 8,
67
+ "LABEL_9": 9
68
+ },
69
+ "max_position_embeddings": 512,
70
+ "model_type": "distilbert",
71
+ "n_heads": 12,
72
+ "n_layers": 4,
73
+ "pad_token_id": 0,
74
+ "pre_trained": "",
75
+ "qa_dropout": 0.1,
76
+ "seq_classif_dropout": 0.2,
77
+ "sinusoidal_pos_embds": false,
78
+ "structure": [],
79
+ "torch_dtype": "float32",
80
+ "transformers_version": "4.50.0",
81
+ "type_vocab_size": 2,
82
+ "vocab_size": 30522
83
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e939a7f217aee3898b9af4e64b13bad5855744a9c98137e0cea6ad2d68b7781
3
+ size 76157040
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeecde90340e5dd6f12c54320bf6f1196b5bcb44a84200ee45d940c65b2febc4
3
+ size 5304