Training in progress, step 500
Browse files- config.json +2 -1
- model.safetensors +1 -1
- training_args.bin +2 -2
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"LlamaForCausalLM"
|
4 |
],
|
@@ -24,7 +25,7 @@
|
|
24 |
"rope_theta": 130000,
|
25 |
"tie_word_embeddings": true,
|
26 |
"torch_dtype": "bfloat16",
|
27 |
-
"transformers_version": "4.
|
28 |
"use_cache": true,
|
29 |
"vocab_size": 49152
|
30 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "tsessk/SmolLM2-FT-Summarization",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
25 |
"rope_theta": 130000,
|
26 |
"tie_word_embeddings": true,
|
27 |
"torch_dtype": "bfloat16",
|
28 |
+
"transformers_version": "4.48.3",
|
29 |
"use_cache": true,
|
30 |
"vocab_size": 49152
|
31 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3422777952
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:772831e2ec6d8a90ff1fae72b36f154fa6fade22cfed268c9356d0ef8e37bf6c
|
3 |
size 3422777952
|
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:29833fb4826f2d2c60e0632be7bae66993a283093d01e7ef8e5f0eb70381cd2a
|
3 |
+
size 6200
|