just1nseo commited on
Commit
50831b9
1 Parent(s): 0f59997

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-judge13b-5e-7
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-judge13b-5e-7
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.6929
21
+ - Rewards/chosen: 0.0029
22
+ - Rewards/rejected: 0.0023
23
+ - Rewards/accuracies: 0.5365
24
+ - Rewards/margins: 0.0006
25
+ - Rewards/margins Max: 0.0723
26
+ - Rewards/margins Min: -0.0823
27
+ - Rewards/margins Std: 0.0504
28
+ - Logps/rejected: -318.0156
29
+ - Logps/chosen: -337.8507
30
+ - Logits/rejected: 0.8998
31
+ - Logits/chosen: 0.7298
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: 5e-07
51
+ - train_batch_size: 2
52
+ - eval_batch_size: 8
53
+ - seed: 42
54
+ - distributed_type: multi-GPU
55
+ - num_devices: 4
56
+ - gradient_accumulation_steps: 2
57
+ - total_train_batch_size: 16
58
+ - total_eval_batch_size: 32
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.6604 | 1.0 | 1724 | 0.6929 | 0.0029 | 0.0023 | 0.5365 | 0.0006 | 0.0723 | -0.0823 | 0.0504 | -318.0156 | -337.8507 | 0.8998 | 0.7298 |
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:c9d37b7f49cf1db948fc17f16ad2034f33dc16d524fc3e3b1175b7ec154f38f4
3
  size 639692768
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edd1428a9c9bb12dc0ee98e91ecf5d610e4248acceac026759313da30d3a7e09
3
  size 639692768
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "train_loss": 0.6676546893927447,
4
+ "train_runtime": 9120.8228,
5
+ "train_samples": 27578,
6
+ "train_samples_per_second": 3.024,
7
+ "train_steps_per_second": 0.189
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "train_loss": 0.6676546893927447,
4
+ "train_runtime": 9120.8228,
5
+ "train_samples": 27578,
6
+ "train_samples_per_second": 3.024,
7
+ "train_steps_per_second": 0.189
8
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff