cayjobla
commited on
Commit
·
1bc6951
1
Parent(s):
0f356ac
Update model weights file for safetensors
Browse files- .gitignore +1 -0
- config.json +3 -3
- pytorch_model.bin → model.safetensors +2 -2
.gitignore
CHANGED
@@ -1 +1,2 @@
|
|
1 |
checkpoint*
|
|
|
|
1 |
checkpoint*
|
2 |
+
runs/
|
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 0,
|
@@ -30,6 +30,6 @@
|
|
30 |
],
|
31 |
"relative_attention_num_buckets": 32,
|
32 |
"torch_dtype": "float32",
|
33 |
-
"transformers_version": "4.
|
34 |
"vocab_size": 30527
|
35 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "all-mpnet-base-v2-compressed",
|
3 |
"architectures": [
|
4 |
+
"MPNetReducedModel"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 0,
|
|
|
30 |
],
|
31 |
"relative_attention_num_buckets": 32,
|
32 |
"torch_dtype": "float32",
|
33 |
+
"transformers_version": "4.40.2",
|
34 |
"vocab_size": 30527
|
35 |
}
|
pytorch_model.bin → model.safetensors
RENAMED
@@ -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:13ac5d6208c72beeac4746a67bccaa117f1f2c730deb539269234f172db849c6
|
3 |
+
size 437884544
|