just1nseo commited on
Commit
1f4ab15
·
verified ·
1 Parent(s): 66194c8

Model save

Browse files
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ tags:
4
+ - trl
5
+ - dpo
6
+ - generated_from_trainer
7
+ base_model: allenai/tulu-2-7b
8
+ model-index:
9
+ - name: tulu2-7b-cost-UF-UI-2e-6
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # tulu2-7b-cost-UF-UI-2e-6
17
+
18
+ This model is a fine-tuned version of [allenai/tulu-2-7b](https://huggingface.co/allenai/tulu-2-7b) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.7594
21
+ - Rewards/chosen: -2.0999
22
+ - Rewards/rejected: -2.4320
23
+ - Rewards/accuracies: 0.5525
24
+ - Rewards/margins: 0.3320
25
+ - Rewards/margins Max: 2.8947
26
+ - Rewards/margins Min: -1.5016
27
+ - Rewards/margins Std: 1.4200
28
+ - Logps/rejected: -562.2834
29
+ - Logps/chosen: -548.3036
30
+ - Logits/rejected: 0.9632
31
+ - Logits/chosen: 0.7759
32
+
33
+ ## Model description
34
+
35
+ More information needed
36
+
37
+ ## Intended uses & limitations
38
+
39
+ More information needed
40
+
41
+ ## Training and evaluation data
42
+
43
+ More information needed
44
+
45
+ ## Training procedure
46
+
47
+ ### Training hyperparameters
48
+
49
+ The following hyperparameters were used during training:
50
+ - learning_rate: 2e-06
51
+ - train_batch_size: 2
52
+ - eval_batch_size: 8
53
+ - seed: 42
54
+ - distributed_type: multi-GPU
55
+ - num_devices: 2
56
+ - gradient_accumulation_steps: 4
57
+ - total_train_batch_size: 16
58
+ - total_eval_batch_size: 16
59
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
+ - lr_scheduler_type: cosine
61
+ - lr_scheduler_warmup_ratio: 0.1
62
+ - num_epochs: 1
63
+
64
+ ### Training results
65
+
66
+ | Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Rewards/margins Max | Rewards/margins Min | Rewards/margins Std | Logps/rejected | Logps/chosen | Logits/rejected | Logits/chosen |
67
+ |:-------------:|:-----:|:----:|:---------------:|:--------------:|:----------------:|:------------------:|:---------------:|:-------------------:|:-------------------:|:-------------------:|:--------------:|:------------:|:---------------:|:-------------:|
68
+ | 0.2338 | 1.0 | 2428 | 0.7594 | -2.0999 | -2.4320 | 0.5525 | 0.3320 | 2.8947 | -1.5016 | 1.4200 | -562.2834 | -548.3036 | 0.9632 | 0.7759 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - PEFT 0.7.1
74
+ - Transformers 4.39.0.dev0
75
+ - Pytorch 2.1.2+cu121
76
+ - Datasets 2.14.6
77
+ - Tokenizers 0.15.2
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8b251680d922065915bb30acbed18e2b51272304a354fc7e47f4f5c4642bfa95
3
  size 639692768
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88031ad466a65f0f15ac69f86ae1610bc49a9af0b428475a4724e2e4eaf61e87
3
  size 639692768
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "train_loss": 0.36623305416185736,
4
+ "train_runtime": 22442.9766,
5
+ "train_samples": 38845,
6
+ "train_samples_per_second": 1.731,
7
+ "train_steps_per_second": 0.108
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "train_loss": 0.36623305416185736,
4
+ "train_runtime": 22442.9766,
5
+ "train_samples": 38845,
6
+ "train_samples_per_second": 1.731,
7
+ "train_steps_per_second": 0.108
8
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff