rozariwang commited on
Commit
4d16122
·
verified ·
1 Parent(s): fc333e4

Upload 4 files

Browse files
Files changed (4) hide show
  1. config.json +87 -0
  2. model.safetensors +3 -0
  3. pytorch_model.bin +3 -0
  4. vocab.json +50 -0
config.json ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 48,
3
+ "n_positions": 512,
4
+ "n_embd": 512,
5
+ "n_layer": 8,
6
+ "n_head": 8,
7
+ "n_inner": 2048,
8
+ "activation_function": "gelu_new",
9
+ "resid_pdrop": 0.1,
10
+ "embd_pdrop": 0.1,
11
+ "attn_pdrop": 0.1,
12
+ "layer_norm_epsilon": 1e-05,
13
+ "initializer_range": 0.02,
14
+ "summary_type": "cls_index",
15
+ "summary_use_proj": true,
16
+ "summary_activation": null,
17
+ "summary_first_dropout": 0.1,
18
+ "summary_proj_to_labels": true,
19
+ "scale_attn_weights": true,
20
+ "use_cache": true,
21
+ "scale_attn_by_inverse_layer_idx": false,
22
+ "reorder_and_upcast_attn": false,
23
+ "bos_token_id": 2,
24
+ "eos_token_id": 3,
25
+ "return_dict": true,
26
+ "output_hidden_states": false,
27
+ "output_attentions": false,
28
+ "torchscript": false,
29
+ "torch_dtype": null,
30
+ "use_bfloat16": false,
31
+ "tf_legacy_loss": false,
32
+ "pruned_heads": {},
33
+ "tie_word_embeddings": true,
34
+ "chunk_size_feed_forward": 0,
35
+ "is_encoder_decoder": false,
36
+ "is_decoder": false,
37
+ "cross_attention_hidden_size": null,
38
+ "add_cross_attention": false,
39
+ "tie_encoder_decoder": false,
40
+ "max_length": 20,
41
+ "min_length": 0,
42
+ "do_sample": false,
43
+ "early_stopping": false,
44
+ "num_beams": 1,
45
+ "num_beam_groups": 1,
46
+ "diversity_penalty": 0.0,
47
+ "temperature": 1.0,
48
+ "top_k": 50,
49
+ "top_p": 1.0,
50
+ "typical_p": 1.0,
51
+ "repetition_penalty": 1.0,
52
+ "length_penalty": 1.0,
53
+ "no_repeat_ngram_size": 0,
54
+ "encoder_no_repeat_ngram_size": 0,
55
+ "bad_words_ids": null,
56
+ "num_return_sequences": 1,
57
+ "output_scores": false,
58
+ "return_dict_in_generate": false,
59
+ "forced_bos_token_id": null,
60
+ "forced_eos_token_id": null,
61
+ "remove_invalid_values": false,
62
+ "exponential_decay_length_penalty": null,
63
+ "suppress_tokens": null,
64
+ "begin_suppress_tokens": null,
65
+ "architectures": null,
66
+ "finetuning_task": null,
67
+ "id2label": {
68
+ "0": "LABEL_0",
69
+ "1": "LABEL_1"
70
+ },
71
+ "label2id": {
72
+ "LABEL_0": 0,
73
+ "LABEL_1": 1
74
+ },
75
+ "tokenizer_class": null,
76
+ "prefix": null,
77
+ "pad_token_id": null,
78
+ "sep_token_id": null,
79
+ "decoder_start_token_id": null,
80
+ "task_specific_params": null,
81
+ "problem_type": null,
82
+ "_name_or_path": "",
83
+ "_commit_hash": null,
84
+ "_attn_implementation_internal": "sdpa",
85
+ "_attn_implementation_autoset": true,
86
+ "transformers_version": null
87
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d24a38fbbedd222672f00be9d9af2d034e57f12614d0288c179a0d40257951d8
3
+ size 102136455
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb7cbe68e9d6eb8b7073b2d012ce5c2757dad73ed824b302705619ca80fd4a72
3
+ size 102065370
vocab.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "[PAD]": 0,
3
+ "[UNK]": 1,
4
+ "[CLS]": 2,
5
+ "[SEP]": 3,
6
+ "#": 4,
7
+ "%": 5,
8
+ "(": 6,
9
+ ")": 7,
10
+ "+": 8,
11
+ "-": 9,
12
+ ".": 10,
13
+ "/": 11,
14
+ "0": 12,
15
+ "1": 13,
16
+ "2": 14,
17
+ "3": 15,
18
+ "4": 16,
19
+ "5": 17,
20
+ "6": 18,
21
+ "7": 19,
22
+ "8": 20,
23
+ "9": 21,
24
+ "=": 22,
25
+ "@": 23,
26
+ "A": 24,
27
+ "B": 25,
28
+ "C": 26,
29
+ "F": 27,
30
+ "H": 28,
31
+ "I": 29,
32
+ "K": 30,
33
+ "N": 31,
34
+ "O": 32,
35
+ "P": 33,
36
+ "S": 34,
37
+ "T": 35,
38
+ "[": 36,
39
+ "\\": 37,
40
+ "]": 38,
41
+ "a": 39,
42
+ "c": 40,
43
+ "e": 41,
44
+ "i": 42,
45
+ "l": 43,
46
+ "n": 44,
47
+ "o": 45,
48
+ "r": 46,
49
+ "s": 47
50
+ }