Ceyda Cinarel commited on
Commit
02091b6
1 Parent(s): 42d1ba5
Files changed (2) hide show
  1. config.json +192 -0
  2. flax_model.msgpack +3 -0
config.json ADDED
@@ -0,0 +1,192 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "HybridCLIP"
4
+ ],
5
+ "initializer_factor": 1.0,
6
+ "model_type": "hybrid-clip",
7
+ "projection_dim": 512,
8
+ "seed": 42,
9
+ "text_config": {
10
+ "_name_or_path": "tweeteval_new/roberta-base-rt-emoji/",
11
+ "add_cross_attention": false,
12
+ "architectures": [
13
+ "RobertaForSequenceClassification"
14
+ ],
15
+ "attention_probs_dropout_prob": 0.1,
16
+ "bad_words_ids": null,
17
+ "bos_token_id": 0,
18
+ "chunk_size_feed_forward": 0,
19
+ "decoder_start_token_id": null,
20
+ "diversity_penalty": 0.0,
21
+ "do_sample": false,
22
+ "early_stopping": false,
23
+ "encoder_no_repeat_ngram_size": 0,
24
+ "eos_token_id": 2,
25
+ "finetuning_task": null,
26
+ "forced_bos_token_id": null,
27
+ "forced_eos_token_id": null,
28
+ "gradient_checkpointing": false,
29
+ "hidden_act": "gelu",
30
+ "hidden_dropout_prob": 0.1,
31
+ "hidden_size": 768,
32
+ "id2label": {
33
+ "0": "LABEL_0",
34
+ "1": "LABEL_1",
35
+ "2": "LABEL_2",
36
+ "3": "LABEL_3",
37
+ "4": "LABEL_4",
38
+ "5": "LABEL_5",
39
+ "6": "LABEL_6",
40
+ "7": "LABEL_7",
41
+ "8": "LABEL_8",
42
+ "9": "LABEL_9",
43
+ "10": "LABEL_10",
44
+ "11": "LABEL_11",
45
+ "12": "LABEL_12",
46
+ "13": "LABEL_13",
47
+ "14": "LABEL_14",
48
+ "15": "LABEL_15",
49
+ "16": "LABEL_16",
50
+ "17": "LABEL_17",
51
+ "18": "LABEL_18",
52
+ "19": "LABEL_19"
53
+ },
54
+ "initializer_range": 0.02,
55
+ "intermediate_size": 3072,
56
+ "is_decoder": false,
57
+ "is_encoder_decoder": false,
58
+ "label2id": {
59
+ "LABEL_0": 0,
60
+ "LABEL_1": 1,
61
+ "LABEL_10": 10,
62
+ "LABEL_11": 11,
63
+ "LABEL_12": 12,
64
+ "LABEL_13": 13,
65
+ "LABEL_14": 14,
66
+ "LABEL_15": 15,
67
+ "LABEL_16": 16,
68
+ "LABEL_17": 17,
69
+ "LABEL_18": 18,
70
+ "LABEL_19": 19,
71
+ "LABEL_2": 2,
72
+ "LABEL_3": 3,
73
+ "LABEL_4": 4,
74
+ "LABEL_5": 5,
75
+ "LABEL_6": 6,
76
+ "LABEL_7": 7,
77
+ "LABEL_8": 8,
78
+ "LABEL_9": 9
79
+ },
80
+ "layer_norm_eps": 1e-05,
81
+ "length_penalty": 1.0,
82
+ "max_length": 20,
83
+ "max_position_embeddings": 514,
84
+ "min_length": 0,
85
+ "model_type": "roberta",
86
+ "no_repeat_ngram_size": 0,
87
+ "num_attention_heads": 12,
88
+ "num_beam_groups": 1,
89
+ "num_beams": 1,
90
+ "num_hidden_layers": 12,
91
+ "num_return_sequences": 1,
92
+ "output_attentions": false,
93
+ "output_hidden_states": false,
94
+ "output_scores": false,
95
+ "pad_token_id": 1,
96
+ "position_embedding_type": "absolute",
97
+ "prefix": null,
98
+ "problem_type": null,
99
+ "pruned_heads": {},
100
+ "remove_invalid_values": false,
101
+ "repetition_penalty": 1.0,
102
+ "return_dict": true,
103
+ "return_dict_in_generate": false,
104
+ "sep_token_id": null,
105
+ "task_specific_params": null,
106
+ "temperature": 1.0,
107
+ "tie_encoder_decoder": false,
108
+ "tie_word_embeddings": true,
109
+ "tokenizer_class": null,
110
+ "top_k": 50,
111
+ "top_p": 1.0,
112
+ "torch_dtype": null,
113
+ "torchscript": false,
114
+ "transformers_version": "4.9.0.dev0",
115
+ "type_vocab_size": 1,
116
+ "use_bfloat16": false,
117
+ "use_cache": true,
118
+ "vocab_size": 50265
119
+ },
120
+ "transformers_version": null,
121
+ "vision_config": {
122
+ "_name_or_path": "",
123
+ "add_cross_attention": false,
124
+ "architectures": null,
125
+ "attention_dropout": 0.0,
126
+ "bad_words_ids": null,
127
+ "bos_token_id": null,
128
+ "chunk_size_feed_forward": 0,
129
+ "decoder_start_token_id": null,
130
+ "diversity_penalty": 0.0,
131
+ "do_sample": false,
132
+ "dropout": 0.0,
133
+ "early_stopping": false,
134
+ "encoder_no_repeat_ngram_size": 0,
135
+ "eos_token_id": null,
136
+ "finetuning_task": null,
137
+ "forced_bos_token_id": null,
138
+ "forced_eos_token_id": null,
139
+ "gradient_checkpointing": false,
140
+ "hidden_act": "quick_gelu",
141
+ "hidden_size": 768,
142
+ "id2label": {
143
+ "0": "LABEL_0",
144
+ "1": "LABEL_1"
145
+ },
146
+ "image_size": 224,
147
+ "initializer_factor": 1.0,
148
+ "initializer_range": 0.02,
149
+ "intermediate_size": 3072,
150
+ "is_decoder": false,
151
+ "is_encoder_decoder": false,
152
+ "label2id": {
153
+ "LABEL_0": 0,
154
+ "LABEL_1": 1
155
+ },
156
+ "layer_norm_eps": 1e-05,
157
+ "length_penalty": 1.0,
158
+ "max_length": 20,
159
+ "min_length": 0,
160
+ "model_type": "clip_vision_model",
161
+ "no_repeat_ngram_size": 0,
162
+ "num_attention_heads": 12,
163
+ "num_beam_groups": 1,
164
+ "num_beams": 1,
165
+ "num_hidden_layers": 12,
166
+ "num_return_sequences": 1,
167
+ "output_attentions": false,
168
+ "output_hidden_states": false,
169
+ "output_scores": false,
170
+ "pad_token_id": null,
171
+ "patch_size": 32,
172
+ "prefix": null,
173
+ "problem_type": null,
174
+ "pruned_heads": {},
175
+ "remove_invalid_values": false,
176
+ "repetition_penalty": 1.0,
177
+ "return_dict": true,
178
+ "return_dict_in_generate": false,
179
+ "sep_token_id": null,
180
+ "task_specific_params": null,
181
+ "temperature": 1.0,
182
+ "tie_encoder_decoder": false,
183
+ "tie_word_embeddings": true,
184
+ "tokenizer_class": null,
185
+ "top_k": 50,
186
+ "top_p": 1.0,
187
+ "torch_dtype": null,
188
+ "torchscript": false,
189
+ "transformers_version": "4.9.0.dev0",
190
+ "use_bfloat16": false
191
+ }
192
+ }
flax_model.msgpack ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2bc552b4bf159294bd53b247a56f90ff489b3323a8c544bd4e3ff5f918451ef
3
+ size 851566424