End of training
Browse files- README.md +2 -2
- model.safetensors +1 -1
- tokenizer.json +6 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -29,7 +29,7 @@ print(output["generated_text"])
|
|
| 29 |
|
| 30 |
## Training procedure
|
| 31 |
|
| 32 |
-
|
| 33 |
|
| 34 |
|
| 35 |
This model was trained with SFT.
|
|
@@ -38,7 +38,7 @@ This model was trained with SFT.
|
|
| 38 |
|
| 39 |
- TRL: 0.13.0
|
| 40 |
- Transformers: 4.47.1
|
| 41 |
-
- Pytorch: 2.
|
| 42 |
- Datasets: 3.2.0
|
| 43 |
- Tokenizers: 0.21.0
|
| 44 |
|
|
|
|
| 29 |
|
| 30 |
## Training procedure
|
| 31 |
|
| 32 |
+
[<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/fey3678-university-of-potsdam/huggingface/runs/qodtv59b)
|
| 33 |
|
| 34 |
|
| 35 |
This model was trained with SFT.
|
|
|
|
| 38 |
|
| 39 |
- TRL: 0.13.0
|
| 40 |
- Transformers: 4.47.1
|
| 41 |
+
- Pytorch: 2.5.1+cu121
|
| 42 |
- Datasets: 3.2.0
|
| 43 |
- Tokenizers: 0.21.0
|
| 44 |
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 538090408
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0997466c5e4a87ae8b6a83b6f940236201df344ce6efe352da1525cb8998811d
|
| 3 |
size 538090408
|
tokenizer.json
CHANGED
|
@@ -1,6 +1,11 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"padding": null,
|
| 5 |
"added_tokens": [
|
| 6 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": {
|
| 4 |
+
"direction": "Right",
|
| 5 |
+
"max_length": 1024,
|
| 6 |
+
"strategy": "LongestFirst",
|
| 7 |
+
"stride": 0
|
| 8 |
+
},
|
| 9 |
"padding": null,
|
| 10 |
"added_tokens": [
|
| 11 |
{
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5624
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70f419c108b1ce735c539cede12617939d3a878056cacea8d070f495d5901bdd
|
| 3 |
size 5624
|