Model save
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ print(output["generated_text"])
|
|
27 |
|
28 |
## Training procedure
|
29 |
|
30 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/devamanyu/huggingface/runs/
|
31 |
|
32 |
This model was trained with DPO, a method introduced in [Direct Preference Optimization: Your Language Model is Secretly a Reward Model](https://huggingface.co/papers/2305.18290).
|
33 |
|
|
|
27 |
|
28 |
## Training procedure
|
29 |
|
30 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/devamanyu/huggingface/runs/8sykkl1f)
|
31 |
|
32 |
This model was trained with DPO, a method introduced in [Direct Preference Optimization: Your Language Model is Secretly a Reward Model](https://huggingface.co/papers/2305.18290).
|
33 |
|
all_results.json
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
"epoch": 1.0,
|
3 |
"total_flos": 0.0,
|
4 |
"train_loss": 0.0,
|
5 |
-
"train_runtime":
|
6 |
-
"train_samples":
|
7 |
-
"train_samples_per_second":
|
8 |
-
"train_steps_per_second":
|
9 |
}
|
|
|
2 |
"epoch": 1.0,
|
3 |
"total_flos": 0.0,
|
4 |
"train_loss": 0.0,
|
5 |
+
"train_runtime": 1.5296,
|
6 |
+
"train_samples": 100,
|
7 |
+
"train_samples_per_second": 65.376,
|
8 |
+
"train_steps_per_second": 0.654
|
9 |
}
|
runs/Nov13_06-13-28_dvhaz-sleeper-cmh-gpu/events.out.tfevents.1731478452.dvhaz-sleeper-cmh-gpu.5306.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ab55ea193f1d7151225a9eb2dae56aa705b0530c62087b26bd6722042ff1d38
|
3 |
+
size 6758
|
train_results.json
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
"epoch": 1.0,
|
3 |
"total_flos": 0.0,
|
4 |
"train_loss": 0.0,
|
5 |
-
"train_runtime":
|
6 |
-
"train_samples":
|
7 |
-
"train_samples_per_second":
|
8 |
-
"train_steps_per_second":
|
9 |
}
|
|
|
2 |
"epoch": 1.0,
|
3 |
"total_flos": 0.0,
|
4 |
"train_loss": 0.0,
|
5 |
+
"train_runtime": 1.5296,
|
6 |
+
"train_samples": 100,
|
7 |
+
"train_samples_per_second": 65.376,
|
8 |
+
"train_steps_per_second": 0.654
|
9 |
}
|
trainer_state.json
CHANGED
@@ -797,13 +797,13 @@
|
|
797 |
"step": 478,
|
798 |
"total_flos": 0.0,
|
799 |
"train_loss": 0.0,
|
800 |
-
"train_runtime":
|
801 |
-
"train_samples_per_second":
|
802 |
-
"train_steps_per_second":
|
803 |
}
|
804 |
],
|
805 |
"logging_steps": 10,
|
806 |
-
"max_steps":
|
807 |
"num_input_tokens_seen": 0,
|
808 |
"num_train_epochs": 1,
|
809 |
"save_steps": 100,
|
|
|
797 |
"step": 478,
|
798 |
"total_flos": 0.0,
|
799 |
"train_loss": 0.0,
|
800 |
+
"train_runtime": 1.5296,
|
801 |
+
"train_samples_per_second": 65.376,
|
802 |
+
"train_steps_per_second": 0.654
|
803 |
}
|
804 |
],
|
805 |
"logging_steps": 10,
|
806 |
+
"max_steps": 1,
|
807 |
"num_input_tokens_seen": 0,
|
808 |
"num_train_epochs": 1,
|
809 |
"save_steps": 100,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 7736
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b5fa183f7bf24433d32ebfb883eae3db120639c9202b1f75dbf72f3f7b0c62d
|
3 |
size 7736
|