Upload T5ForSequenceClassification
Browse files- config.json +25 -21
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,29 +1,33 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
-
"
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
|
|
|
|
|
|
|
|
20 |
"output_past": true,
|
21 |
-
"pad_token_id":
|
22 |
-
"position_embedding_type": "absolute",
|
23 |
"problem_type": "single_label_classification",
|
|
|
|
|
24 |
"torch_dtype": "float32",
|
25 |
-
"transformers_version": "4.32.
|
26 |
-
"type_vocab_size": 1,
|
27 |
"use_cache": true,
|
28 |
-
"vocab_size":
|
29 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "VietAI/vit5-base",
|
3 |
"architectures": [
|
4 |
+
"T5ForSequenceClassification"
|
5 |
],
|
6 |
+
"classifier_dropout": 0.0,
|
7 |
+
"d_ff": 3072,
|
8 |
+
"d_kv": 64,
|
9 |
+
"d_model": 768,
|
10 |
+
"decoder_start_token_id": 0,
|
11 |
+
"dense_act_fn": "relu",
|
12 |
+
"dropout_rate": 0.1,
|
13 |
+
"eos_token_id": 1,
|
14 |
+
"feed_forward_proj": "relu",
|
15 |
+
"initializer_factor": 1.0,
|
16 |
+
"is_encoder_decoder": true,
|
17 |
+
"is_gated_act": false,
|
18 |
+
"layer_norm_epsilon": 1e-06,
|
19 |
+
"model_type": "t5",
|
20 |
+
"n_positions": 512,
|
21 |
+
"num_decoder_layers": 12,
|
22 |
+
"num_heads": 12,
|
23 |
+
"num_layers": 12,
|
24 |
"output_past": true,
|
25 |
+
"pad_token_id": 0,
|
|
|
26 |
"problem_type": "single_label_classification",
|
27 |
+
"relative_attention_max_distance": 128,
|
28 |
+
"relative_attention_num_buckets": 32,
|
29 |
"torch_dtype": "float32",
|
30 |
+
"transformers_version": "4.32.1",
|
|
|
31 |
"use_cache": true,
|
32 |
+
"vocab_size": 36096
|
33 |
}
|
pytorch_model.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:2f747feee642b1a37c5b6d76788ab86dadfac34de7e986dd79bfda8e3f9b8b23
|
3 |
+
size 906265441
|