Commit
·
8738dba
1
Parent(s):
a38002a
fix: upload wrong model
Browse files- config.json +3 -3
- model.safetensors +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "segment-any-text/sat-
|
3 |
"architectures": [
|
4 |
"SubwordXLMForTokenClassification"
|
5 |
],
|
@@ -26,7 +26,7 @@
|
|
26 |
"mixture_name": "xlm-token",
|
27 |
"model_type": "xlm-token",
|
28 |
"num_attention_heads": 12,
|
29 |
-
"num_hidden_layers":
|
30 |
"output_past": true,
|
31 |
"pad_token_id": 1,
|
32 |
"position_embedding_type": "absolute",
|
@@ -35,5 +35,5 @@
|
|
35 |
"type_vocab_size": 1,
|
36 |
"use_cache": true,
|
37 |
"vocab_size": 250002,
|
38 |
-
"wandb_run_id": "
|
39 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "segment-any-text/sat-12l-sm",
|
3 |
"architectures": [
|
4 |
"SubwordXLMForTokenClassification"
|
5 |
],
|
|
|
26 |
"mixture_name": "xlm-token",
|
27 |
"model_type": "xlm-token",
|
28 |
"num_attention_heads": 12,
|
29 |
+
"num_hidden_layers": 12,
|
30 |
"output_past": true,
|
31 |
"pad_token_id": 1,
|
32 |
"position_embedding_type": "absolute",
|
|
|
35 |
"type_vocab_size": 1,
|
36 |
"use_cache": true,
|
37 |
"vocab_size": 250002,
|
38 |
+
"wandb_run_id": "ya3xl5r5"
|
39 |
}
|
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:95cb71fe2b4faf6f6cd8b2a47b8de0ae4ea33b4fe95e222e1c0d886ce3b08b7f
|
3 |
+
size 1109839340
|