Pisethan commited on
Commit
56c5441
1 Parent(s): 027ff47

Upload T5ForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +61 -49
  2. model.safetensors +2 -2
config.json CHANGED
@@ -1,49 +1,61 @@
1
- {
2
- "_name_or_path": "./model",
3
- "architectures": [
4
- "XLMRobertaForSequenceClassification"
5
- ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "bos_token_id": 0,
8
- "classifier_dropout": null,
9
- "eos_token_id": 2,
10
- "hidden_act": "gelu",
11
- "hidden_dropout_prob": 0.1,
12
- "hidden_size": 768,
13
- "id2label": {
14
- "0": "arithmetic",
15
- "1": "multiplication",
16
- "2": "division",
17
- "3": "algebra",
18
- "4": "geometry",
19
- "5": "exponents",
20
- "6": "addition",
21
- "7": "subtraction"
22
- },
23
- "initializer_range": 0.02,
24
- "intermediate_size": 3072,
25
- "label2id": {
26
- "0": "arithmetic",
27
- "1": "multiplication",
28
- "2": "division",
29
- "3": "algebra",
30
- "4": "geometry",
31
- "5": "exponents",
32
- "6": "addition",
33
- "7": "subtraction"
34
- },
35
- "layer_norm_eps": 1e-05,
36
- "max_position_embeddings": 514,
37
- "model_type": "xlm-roberta",
38
- "num_attention_heads": 12,
39
- "num_hidden_layers": 12,
40
- "output_past": true,
41
- "pad_token_id": 1,
42
- "position_embedding_type": "absolute",
43
- "problem_type": "single_label_classification",
44
- "torch_dtype": "float32",
45
- "transformers_version": "4.46.3",
46
- "type_vocab_size": 1,
47
- "use_cache": true,
48
- "vocab_size": 250002
49
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "D:/sangapac-math-model",
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
+ "relative_attention_max_distance": 128,
27
+ "relative_attention_num_buckets": 32,
28
+ "task_specific_params": {
29
+ "summarization": {
30
+ "early_stopping": true,
31
+ "length_penalty": 2.0,
32
+ "max_length": 200,
33
+ "min_length": 30,
34
+ "no_repeat_ngram_size": 3,
35
+ "num_beams": 4,
36
+ "prefix": "summarize: "
37
+ },
38
+ "translation_en_to_de": {
39
+ "early_stopping": true,
40
+ "max_length": 300,
41
+ "num_beams": 4,
42
+ "prefix": "translate English to German: "
43
+ },
44
+ "translation_en_to_fr": {
45
+ "early_stopping": true,
46
+ "max_length": 300,
47
+ "num_beams": 4,
48
+ "prefix": "translate English to French: "
49
+ },
50
+ "translation_en_to_ro": {
51
+ "early_stopping": true,
52
+ "max_length": 300,
53
+ "num_beams": 4,
54
+ "prefix": "translate English to Romanian: "
55
+ }
56
+ },
57
+ "torch_dtype": "float32",
58
+ "transformers_version": "4.46.2",
59
+ "use_cache": true,
60
+ "vocab_size": 32128
61
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:764ee57b10117d6591fc9cfd85991af7b0983b0c2b4921da8a3e396ea5bb9157
3
- size 1112223464
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c51e83d7d99e9cd89ffeb17734bdaa2d92ccda771c14b463a0e06365ae063c02
3
+ size 894016712