Upload DeTiME
Browse files- config.json +2 -1
- generation_config.json +6 -0
- model.safetensors +3 -0
config.json
CHANGED
@@ -6,6 +6,7 @@
|
|
6 |
"AutoConfig": "configuration_detime.DeTiMEAutoConfig",
|
7 |
"AutoModel": "modeling_detime.DeTiME"
|
8 |
},
|
|
|
9 |
"d_ff": 2048,
|
10 |
"d_kv": 64,
|
11 |
"d_model": 512,
|
@@ -33,7 +34,7 @@
|
|
33 |
"relative_attention_max_distance": 128,
|
34 |
"relative_attention_num_buckets": 32,
|
35 |
"torch_dtype": "float32",
|
36 |
-
"transformers_version": "4.
|
37 |
"use_cache": true,
|
38 |
"vocab_size": 32128
|
39 |
}
|
|
|
6 |
"AutoConfig": "configuration_detime.DeTiMEAutoConfig",
|
7 |
"AutoModel": "modeling_detime.DeTiME"
|
8 |
},
|
9 |
+
"classifier_dropout": 0.0,
|
10 |
"d_ff": 2048,
|
11 |
"d_kv": 64,
|
12 |
"d_model": 512,
|
|
|
34 |
"relative_attention_max_distance": 128,
|
35 |
"relative_attention_num_buckets": 32,
|
36 |
"torch_dtype": "float32",
|
37 |
+
"transformers_version": "4.36.0",
|
38 |
"use_cache": true,
|
39 |
"vocab_size": 32128
|
40 |
}
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"eos_token_id": 1,
|
4 |
+
"pad_token_id": 0,
|
5 |
+
"transformers_version": "4.36.0"
|
6 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c35c420a0c6f204782db0fb2b3adf4e0a373cfafd5e31b659dd0f2d7caf103fc
|
3 |
+
size 3134299984
|