Training in progress, step 5
Browse files- README.md +4 -4
- adapter_config.json +2 -2
- adapter_model.safetensors +2 -2
- modelopt_state_train.pth +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
---
|
2 |
-
base_model: openai/gpt-oss-
|
3 |
library_name: transformers
|
4 |
model_name: training_output
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
-
- trl
|
8 |
- sft
|
|
|
9 |
licence: license
|
10 |
---
|
11 |
|
12 |
# Model Card for training_output
|
13 |
|
14 |
-
This model is a fine-tuned version of [openai/gpt-oss-
|
15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
16 |
|
17 |
## Quick start
|
@@ -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/g-puca1-deloitte/llmv3/runs/
|
31 |
|
32 |
|
33 |
This model was trained with SFT.
|
|
|
1 |
---
|
2 |
+
base_model: openai/gpt-oss-120b
|
3 |
library_name: transformers
|
4 |
model_name: training_output
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
7 |
- sft
|
8 |
+
- trl
|
9 |
licence: license
|
10 |
---
|
11 |
|
12 |
# Model Card for training_output
|
13 |
|
14 |
+
This model is a fine-tuned version of [openai/gpt-oss-120b](https://huggingface.co/openai/gpt-oss-120b).
|
15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
16 |
|
17 |
## Quick start
|
|
|
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/g-puca1-deloitte/llmv3/runs/k6f61y61)
|
31 |
|
32 |
|
33 |
This model was trained with SFT.
|
adapter_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path": "openai/gpt-oss-
|
5 |
"bias": "none",
|
6 |
"corda_config": null,
|
7 |
"eva_config": null,
|
@@ -26,8 +26,8 @@
|
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
28 |
"k_proj",
|
29 |
-
"q_proj",
|
30 |
"v_proj",
|
|
|
31 |
"o_proj"
|
32 |
],
|
33 |
"target_parameters": [
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "openai/gpt-oss-120b",
|
5 |
"bias": "none",
|
6 |
"corda_config": null,
|
7 |
"eva_config": null,
|
|
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
28 |
"k_proj",
|
|
|
29 |
"v_proj",
|
30 |
+
"q_proj",
|
31 |
"o_proj"
|
32 |
],
|
33 |
"target_parameters": [
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:264e8545a4e354ce0350b668dada752f6c6d2ce0d40e326d860db9b57ecd0107
|
3 |
+
size 200875760
|
modelopt_state_train.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5fb58b1a2230a15446d2a396b1c5e305c4aa166e62d7b2268c720281a54ff470
|
3 |
+
size 994683
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6289
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0489ff95f13a7e7bfd58ee172102fe361e99f1734e386f32c9545af44d48c07
|
3 |
size 6289
|