Training in progress, step 40
Browse files- axolotl_config.yaml +2 -2
- config.json +1 -1
- model.safetensors +1 -1
- training_args.bin +2 -2
axolotl_config.yaml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
base_model:
|
2 |
batch_size: 32
|
3 |
bf16: true
|
4 |
chat_template: tokenizer_default_fallback_alpaca
|
@@ -38,7 +38,7 @@ trust_remote_code: true
|
|
38 |
val_set_size: 0.1
|
39 |
wandb_entity: ''
|
40 |
wandb_mode: online
|
41 |
-
wandb_name:
|
42 |
wandb_project: Gradients-On-Demand
|
43 |
wandb_run: your_name
|
44 |
wandb_runid: default
|
|
|
1 |
+
base_model: fxmarty/tiny-dummy-qwen2
|
2 |
batch_size: 32
|
3 |
bf16: true
|
4 |
chat_template: tokenizer_default_fallback_alpaca
|
|
|
38 |
val_set_size: 0.1
|
39 |
wandb_entity: ''
|
40 |
wandb_mode: online
|
41 |
+
wandb_name: fxmarty/tiny-dummy-qwen2-argilla/databricks-dolly-15k-curated-en
|
42 |
wandb_project: Gradients-On-Demand
|
43 |
wandb_run: your_name
|
44 |
wandb_runid: default
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"Qwen2ForCausalLM"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "fxmarty/tiny-dummy-qwen2",
|
3 |
"architectures": [
|
4 |
"Qwen2ForCausalLM"
|
5 |
],
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2433024
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe161f5ecbc782395222bf2f386584a1d7eea980d6f5af667b405b40dc54ba49
|
3 |
size 2433024
|
training_args.bin
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:20af897fff432dad9da1232d2f5e6ab4040448b601443dcf983c39a3e47a3b26
|
3 |
+
size 6648
|