kuklinmike/llm-course-hw2-reward-model
Browse files- config.json +1 -1
- model.safetensors +2 -2
- training_args.bin +2 -2
config.json
CHANGED
|
@@ -31,7 +31,7 @@
|
|
| 31 |
"rope_scaling": null,
|
| 32 |
"rope_theta": 10000.0,
|
| 33 |
"tie_word_embeddings": true,
|
| 34 |
-
"torch_dtype": "
|
| 35 |
"transformers_version": "4.49.0",
|
| 36 |
"use_cache": true,
|
| 37 |
"vocab_size": 49152
|
|
|
|
| 31 |
"rope_scaling": null,
|
| 32 |
"rope_theta": 10000.0,
|
| 33 |
"tie_word_embeddings": true,
|
| 34 |
+
"torch_dtype": "bfloat16",
|
| 35 |
"transformers_version": "4.49.0",
|
| 36 |
"use_cache": true,
|
| 37 |
"vocab_size": 49152
|
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:5ef068a71eed1d53c1658f94a4bf62454653dd551cb6edc1d987df1c47626d6f
|
| 3 |
+
size 269061784
|
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:543aa1d4ebb840dfcf6db86fc5ccbbae042b0aaa8868eb7d9fd0e7396b611b84
|
| 3 |
+
size 5368
|