fpadovani commited on
Commit
f634400
·
verified ·
1 Parent(s): 65c526e

Model save

Browse files
Files changed (3) hide show
  1. README.md +97 -0
  2. generation_config.json +6 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: gpt2
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: age_transcript_conv1
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # age_transcript_conv1
16
+
17
+ This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 3.2240
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.0001
39
+ - train_batch_size: 32
40
+ - eval_batch_size: 32
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: reduce_lr_on_plateau
44
+ - lr_scheduler_warmup_steps: 500
45
+ - num_epochs: 1
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:------:|:-----:|:---------------:|
51
+ | 4.7007 | 0.0254 | 1000 | 4.4922 |
52
+ | 4.2819 | 0.0508 | 2000 | 4.2123 |
53
+ | 4.1092 | 0.0762 | 3000 | 4.0324 |
54
+ | 3.9861 | 0.1016 | 4000 | 3.9267 |
55
+ | 3.9221 | 0.1270 | 5000 | 3.8582 |
56
+ | 3.8904 | 0.1524 | 6000 | 3.7809 |
57
+ | 3.7526 | 0.1778 | 7000 | 3.7252 |
58
+ | 3.7724 | 0.2032 | 8000 | 3.6846 |
59
+ | 3.6967 | 0.2285 | 9000 | 3.6293 |
60
+ | 3.5701 | 0.2539 | 10000 | 3.5902 |
61
+ | 3.676 | 0.2793 | 11000 | 3.5787 |
62
+ | 3.6092 | 0.3047 | 12000 | 3.5333 |
63
+ | 3.5105 | 0.3301 | 13000 | 3.5061 |
64
+ | 3.5298 | 0.3555 | 14000 | 3.4776 |
65
+ | 3.4857 | 0.3809 | 15000 | 3.4537 |
66
+ | 3.4688 | 0.4063 | 16000 | 3.4490 |
67
+ | 3.4914 | 0.4317 | 17000 | 3.4141 |
68
+ | 3.3866 | 0.4571 | 18000 | 3.3970 |
69
+ | 3.484 | 0.4825 | 19000 | 3.3963 |
70
+ | 3.4187 | 0.5079 | 20000 | 3.3733 |
71
+ | 3.2706 | 0.5333 | 21000 | 3.3546 |
72
+ | 3.4344 | 0.5587 | 22000 | 3.3640 |
73
+ | 3.3577 | 0.5841 | 23000 | 3.3337 |
74
+ | 3.3058 | 0.6095 | 24000 | 3.3364 |
75
+ | 3.3558 | 0.6349 | 25000 | 3.3195 |
76
+ | 3.2865 | 0.6603 | 26000 | 3.2988 |
77
+ | 3.3295 | 0.6856 | 27000 | 3.3054 |
78
+ | 3.3024 | 0.7110 | 28000 | 3.2867 |
79
+ | 3.1984 | 0.7364 | 29000 | 3.2751 |
80
+ | 3.3467 | 0.7618 | 30000 | 3.2792 |
81
+ | 3.3066 | 0.7872 | 31000 | 3.2647 |
82
+ | 3.1441 | 0.8126 | 32000 | 3.2606 |
83
+ | 3.3292 | 0.8380 | 33000 | 3.2656 |
84
+ | 3.2561 | 0.8634 | 34000 | 3.2444 |
85
+ | 3.2027 | 0.8888 | 35000 | 3.2549 |
86
+ | 3.264 | 0.9142 | 36000 | 3.2401 |
87
+ | 3.1928 | 0.9396 | 37000 | 3.2293 |
88
+ | 3.2385 | 0.9650 | 38000 | 3.2376 |
89
+ | 3.2274 | 0.9904 | 39000 | 3.2240 |
90
+
91
+
92
+ ### Framework versions
93
+
94
+ - Transformers 4.45.2
95
+ - Pytorch 2.4.1+cu121
96
+ - Datasets 3.0.1
97
+ - Tokenizers 0.20.1
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 5,
4
+ "eos_token_id": 4,
5
+ "transformers_version": "4.45.2"
6
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0ef1c19276386f5fa1431d8f19d3ed1cdda3846e8c47197fa07c71d9c45ff9bf
3
  size 7438256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1db85a850d1b328207fd4166156dd4eb14e0ba4da13bfadfa4aca3c91e5711f
3
  size 7438256