pilotj commited on
Commit
4dce6ad
·
verified ·
1 Parent(s): fded853

Training in progress, step 500

Browse files
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: pilotj/distilbert-base-uncased-fibe-full-finetuned
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: distil-bert-final-version
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # distil-bert-final-version
15
+
16
+ This model is a fine-tuned version of [pilotj/distilbert-base-uncased-fibe-full-finetuned](https://huggingface.co/pilotj/distilbert-base-uncased-fibe-full-finetuned) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - eval_loss: 0.4621
19
+ - eval_runtime: 244.5245
20
+ - eval_samples_per_second: 106.946
21
+ - eval_steps_per_second: 0.838
22
+ - epoch: 0.4331
23
+ - step: 9000
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 8e-05
43
+ - train_batch_size: 32
44
+ - eval_batch_size: 128
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_ratio: 0.5
49
+ - num_epochs: 1
50
+
51
+ ### Framework versions
52
+
53
+ - Transformers 4.44.2
54
+ - Pytorch 2.4.0
55
+ - Datasets 3.0.0
56
+ - Tokenizers 0.19.1
config.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "pilotj/distilbert-base-uncased-fibe-full-finetuned",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3",
16
+ "4": "LABEL_4",
17
+ "5": "LABEL_5",
18
+ "6": "LABEL_6",
19
+ "7": "LABEL_7",
20
+ "8": "LABEL_8",
21
+ "9": "LABEL_9",
22
+ "10": "LABEL_10",
23
+ "11": "LABEL_11",
24
+ "12": "LABEL_12",
25
+ "13": "LABEL_13",
26
+ "14": "LABEL_14",
27
+ "15": "LABEL_15",
28
+ "16": "LABEL_16",
29
+ "17": "LABEL_17",
30
+ "18": "LABEL_18",
31
+ "19": "LABEL_19",
32
+ "20": "LABEL_20",
33
+ "21": "LABEL_21",
34
+ "22": "LABEL_22",
35
+ "23": "LABEL_23",
36
+ "24": "LABEL_24",
37
+ "25": "LABEL_25"
38
+ },
39
+ "initializer_range": 0.02,
40
+ "label2id": {
41
+ "LABEL_0": 0,
42
+ "LABEL_1": 1,
43
+ "LABEL_10": 10,
44
+ "LABEL_11": 11,
45
+ "LABEL_12": 12,
46
+ "LABEL_13": 13,
47
+ "LABEL_14": 14,
48
+ "LABEL_15": 15,
49
+ "LABEL_16": 16,
50
+ "LABEL_17": 17,
51
+ "LABEL_18": 18,
52
+ "LABEL_19": 19,
53
+ "LABEL_2": 2,
54
+ "LABEL_20": 20,
55
+ "LABEL_21": 21,
56
+ "LABEL_22": 22,
57
+ "LABEL_23": 23,
58
+ "LABEL_24": 24,
59
+ "LABEL_25": 25,
60
+ "LABEL_3": 3,
61
+ "LABEL_4": 4,
62
+ "LABEL_5": 5,
63
+ "LABEL_6": 6,
64
+ "LABEL_7": 7,
65
+ "LABEL_8": 8,
66
+ "LABEL_9": 9
67
+ },
68
+ "max_position_embeddings": 512,
69
+ "model_type": "distilbert",
70
+ "n_heads": 12,
71
+ "n_layers": 6,
72
+ "pad_token_id": 0,
73
+ "problem_type": "single_label_classification",
74
+ "qa_dropout": 0.1,
75
+ "seq_classif_dropout": 0.2,
76
+ "sinusoidal_pos_embds": false,
77
+ "tie_weights_": true,
78
+ "torch_dtype": "float32",
79
+ "transformers_version": "4.44.2",
80
+ "vocab_size": 30522
81
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15cbb923a4355813b46ea8954e05ab8effa2eda9f1b8f64d439a26f31842a1f7
3
+ size 267906392
runs/Sep28_06-24-12_7b554403b730/events.out.tfevents.1727504661.7b554403b730.30.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b72620e7ad90e348f7dc450323ec2eb23060f56769b550b73e150fe412abc4a2
3
+ size 12292
runs/Sep28_09-12-42_7b554403b730/events.out.tfevents.1727514769.7b554403b730.30.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:645843db27019cab03ff5f8e434da20bcef64b021f771b1e770026d3d8b2ff80
3
+ size 6038
runs/Sep28_09-13-17_7b554403b730/events.out.tfevents.1727514803.7b554403b730.30.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9608403a6dd2a18d24b22c0356195bb684f417ce8afbfaccb8dad6fc71b1a2f2
3
+ size 8116
runs/Sep28_10-37-54_7b554403b730/events.out.tfevents.1727519881.7b554403b730.30.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3321ed86dc4abe7dccfb1e458164a6c8da6c0ef2b2f7527905ea72c966dea364
3
+ size 6050
runs/Sep28_10-39-30_7b554403b730/events.out.tfevents.1727519976.7b554403b730.30.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f686c34e403f92c6b82285d1ce73a7262573687d062d128a91af5340688effd
3
+ size 6530
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2108f8a59b7a937ff2416112d40f2053ee3034987ade2881502fa804a2fd165f
3
+ size 5240