Training in progress, step 500
Browse files- README.md +1 -1
- config.json +2 -2
- model.safetensors +2 -2
- tokenizer.json +2 -2
- training_args.bin +2 -2
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/alexkroman-alex-kroman/tiny-audio-lm-stage1/runs/
|
| 31 |
|
| 32 |
|
| 33 |
This model was trained with SFT.
|
|
|
|
| 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/alexkroman-alex-kroman/tiny-audio-lm-stage1/runs/zgex76y0)
|
| 31 |
|
| 32 |
|
| 33 |
This model was trained with SFT.
|
config.json
CHANGED
|
@@ -55,9 +55,9 @@
|
|
| 55 |
"rope_type": "default"
|
| 56 |
},
|
| 57 |
"sliding_window": null,
|
| 58 |
-
"tie_word_embeddings":
|
| 59 |
"transformers_version": "5.0.0",
|
| 60 |
"use_cache": false,
|
| 61 |
"use_sliding_window": false,
|
| 62 |
-
"vocab_size":
|
| 63 |
}
|
|
|
|
| 55 |
"rope_type": "default"
|
| 56 |
},
|
| 57 |
"sliding_window": null,
|
| 58 |
+
"tie_word_embeddings": false,
|
| 59 |
"transformers_version": "5.0.0",
|
| 60 |
"use_cache": false,
|
| 61 |
"use_sliding_window": false,
|
| 62 |
+
"vocab_size": 217207
|
| 63 |
}
|
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:d6db175b69832b3e24dfb550c8c996319ce1ce89a25c7ce81daf2fdb47e79aae
|
| 3 |
+
size 1325810200
|
tokenizer.json
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:6ab10322c3436a84b2fd70c01fc7ccca19b7fad2b218ad7249fd3bf08dc54711
|
| 3 |
+
size 23732690
|
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:fbd493e1def4f2f074cb53960bf03044aa3f5dc556904cafe84d9f21bbc971f6
|
| 3 |
+
size 5649
|