vraman54 commited on
Commit
2995fdc
1 Parent(s): 33e127a

End of training

Browse files
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: distilbert/distilgpt2
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: healthinsurance_textgen
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
+ # healthinsurance_textgen
15
+
16
+ This model is a fine-tuned version of [distilbert/distilgpt2](https://huggingface.co/distilbert/distilgpt2) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.6360
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 2e-05
38
+ - train_batch_size: 8
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - num_epochs: 20
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:----:|:---------------:|
49
+ | No log | 1.0 | 10 | 2.5799 |
50
+ | No log | 2.0 | 20 | 2.3829 |
51
+ | No log | 3.0 | 30 | 2.2232 |
52
+ | No log | 4.0 | 40 | 2.1162 |
53
+ | No log | 5.0 | 50 | 2.0297 |
54
+ | No log | 6.0 | 60 | 1.9680 |
55
+ | No log | 7.0 | 70 | 1.9128 |
56
+ | No log | 8.0 | 80 | 1.8481 |
57
+ | No log | 9.0 | 90 | 1.8161 |
58
+ | No log | 10.0 | 100 | 1.7868 |
59
+ | No log | 11.0 | 110 | 1.7447 |
60
+ | No log | 12.0 | 120 | 1.7269 |
61
+ | No log | 13.0 | 130 | 1.7026 |
62
+ | No log | 14.0 | 140 | 1.6866 |
63
+ | No log | 15.0 | 150 | 1.6742 |
64
+ | No log | 16.0 | 160 | 1.6633 |
65
+ | No log | 17.0 | 170 | 1.6499 |
66
+ | No log | 18.0 | 180 | 1.6432 |
67
+ | No log | 19.0 | 190 | 1.6379 |
68
+ | No log | 20.0 | 200 | 1.6360 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.39.3
74
+ - Pytorch 2.2.2+cpu
75
+ - Datasets 2.18.0
76
+ - Tokenizers 0.15.2
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert/distilgpt2",
3
+ "_num_labels": 1,
4
+ "activation_function": "gelu_new",
5
+ "architectures": [
6
+ "GPT2LMHeadModel"
7
+ ],
8
+ "attn_pdrop": 0.1,
9
+ "bos_token_id": 50256,
10
+ "embd_pdrop": 0.1,
11
+ "eos_token_id": 50256,
12
+ "id2label": {
13
+ "0": "LABEL_0"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "label2id": {
17
+ "LABEL_0": 0
18
+ },
19
+ "layer_norm_epsilon": 1e-05,
20
+ "model_type": "gpt2",
21
+ "n_ctx": 1024,
22
+ "n_embd": 768,
23
+ "n_head": 12,
24
+ "n_inner": null,
25
+ "n_layer": 6,
26
+ "n_positions": 1024,
27
+ "reorder_and_upcast_attn": false,
28
+ "resid_pdrop": 0.1,
29
+ "scale_attn_by_inverse_layer_idx": false,
30
+ "scale_attn_weights": true,
31
+ "summary_activation": null,
32
+ "summary_first_dropout": 0.1,
33
+ "summary_proj_to_labels": true,
34
+ "summary_type": "cls_index",
35
+ "summary_use_proj": true,
36
+ "task_specific_params": {
37
+ "text-generation": {
38
+ "do_sample": true,
39
+ "max_length": 50
40
+ }
41
+ },
42
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.39.3",
44
+ "use_cache": true,
45
+ "vocab_size": 50257
46
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": 50256,
5
+ "transformers_version": "4.39.3"
6
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da31a10d99db6f7c46232171d0d97dd250849de6324465304380dabaebb936a3
3
+ size 327657928
runs/Apr22_11-13-40_INBENRAMV2/events.out.tfevents.1713764623.INBENRAMV2.28212.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46a79695b44813e1cf0419cc35f2aa924a66609218aacd6d0dfd782827ea9a82
3
+ size 10718
runs/Apr22_11-13-40_INBENRAMV2/events.out.tfevents.1713767451.INBENRAMV2.28212.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ac316582f5e0d4b65a4f776da70025bde5f49bc9c1dd89e43a1c3b85a620171
3
+ size 359
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ed54d2d255617a44735c6f6570189724cd6115ea436cd60532c8765a549e5d5
3
+ size 4984