qqplot23 commited on
Commit
ca7191e
1 Parent(s): 76251ae

Model save

Browse files
Files changed (2) hide show
  1. README.md +67 -0
  2. generation_config.json +7 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ base_model: facebook/opt-125m
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: BASE
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
+ # BASE
15
+
16
+ This model is a fine-tuned version of [facebook/opt-125m](https://huggingface.co/facebook/opt-125m) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 3.3414
19
+ - Ppl: 29.2811
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: 2
40
+ - eval_batch_size: 2
41
+ - seed: 22554
42
+ - distributed_type: multi-GPU
43
+ - num_devices: 2
44
+ - gradient_accumulation_steps: 8
45
+ - total_train_batch_size: 32
46
+ - total_eval_batch_size: 4
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: cosine
49
+ - lr_scheduler_warmup_steps: 2000
50
+ - num_epochs: 10
51
+ - mixed_precision_training: Native AMP
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Ppl |
56
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|
57
+ | 4.2333 | 2.51 | 4000 | 4.0199 | 57.7725 |
58
+ | 3.5457 | 5.01 | 8000 | 3.4861 | 33.8623 |
59
+ | 3.3372 | 7.52 | 12000 | 3.3414 | 29.2811 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.35.0.dev0
65
+ - Pytorch 1.13.1+cu117
66
+ - Datasets 2.14.6
67
+ - Tokenizers 0.14.1
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 2,
4
+ "eos_token_id": 2,
5
+ "pad_token_id": 1,
6
+ "transformers_version": "4.35.0.dev0"
7
+ }