ZefanW commited on
Commit
baaa74d
·
verified ·
1 Parent(s): 9a940ab

Model save

Browse files
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - trl
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: dpo-baseline
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
+ # dpo-baseline
15
+
16
+ This model was trained from scratch on an unknown dataset.
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 5e-07
36
+ - train_batch_size: 2
37
+ - eval_batch_size: 4
38
+ - seed: 42
39
+ - distributed_type: multi-GPU
40
+ - num_devices: 8
41
+ - gradient_accumulation_steps: 8
42
+ - total_train_batch_size: 128
43
+ - total_eval_batch_size: 32
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: cosine
46
+ - lr_scheduler_warmup_ratio: 0.1
47
+ - num_epochs: 1
48
+
49
+ ### Training results
50
+
51
+
52
+
53
+ ### Framework versions
54
+
55
+ - Transformers 4.44.2
56
+ - Pytorch 2.5.1+cu124
57
+ - Datasets 3.2.0
58
+ - Tokenizers 0.19.1
all_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.9981298423724285,
3
+ "total_flos": 0.0,
4
+ "train_loss": 0.0,
5
+ "train_runtime": 0.0077,
6
+ "train_samples": 59876,
7
+ "train_samples_per_second": 7740188.199,
8
+ "train_steps_per_second": 60369.228
9
+ }
generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 128000,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 128001,
6
+ 128009
7
+ ],
8
+ "max_length": 4096,
9
+ "temperature": 0.6,
10
+ "top_p": 0.9,
11
+ "transformers_version": "4.44.2"
12
+ }
model-00001-of-00004.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:143ce7247059f70cbae40310144b4c1ef505849075c4d0b4cfaaf811bb7640f2
3
  size 4976698672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d78fea78a52793c9140edfa6bcab4f695fa9009d128c9246b1798f4cde12557
3
  size 4976698672
model-00002-of-00004.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ef46a685665f62589832654238fb59df0b3599dfa643f7e4f1867c7930f1adb3
3
  size 4999802720
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2bd9b23dc1253a53e4f9603853ec847eaccbab6e4d1cef812cf51c9af76af22
3
  size 4999802720
model-00003-of-00004.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:651319f74e8a9c3cb43655934afc8e95159f619f338e4bf3875d030a89d76837
3
  size 4915916176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a3b49a08763be4cccd53f7f7129fb4a38c2afd672dba564c115c37258896666
3
  size 4915916176
model-00004-of-00004.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5c91f9265c2591e8532440f96cd94cb811889936e7aa73aaab60d99d0a8e137d
3
  size 1168138808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bfd774a24fdae79b8a27b1718767faab579eb8b39e952877010a9bc55bbd84c
3
  size 1168138808
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.9981298423724285,
3
+ "total_flos": 0.0,
4
+ "train_loss": 0.0,
5
+ "train_runtime": 0.0077,
6
+ "train_samples": 59876,
7
+ "train_samples_per_second": 7740188.199,
8
+ "train_steps_per_second": 60369.228
9
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:12812aaff4b49a56276fe0f6cb8c5b7b39a85ddbc4314179363e4acaa16cd656
3
  size 7224
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:646523fbb2103e127cf623f005ea91ed48f0ecf6c6ce92f43f8b8cea956251d6
3
  size 7224