Upload folder using huggingface_hub
Browse files- config.json +119 -4
- generation_config.json +1 -1
- model.safetensors +2 -2
- tokenizer_config.json +1 -2
config.json
CHANGED
@@ -1,12 +1,19 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"VisionEncoderDecoderModel"
|
4 |
],
|
5 |
"decoder": {
|
|
|
6 |
"activation_dropout": 0.0,
|
7 |
"activation_function": "relu",
|
8 |
"add_cross_attention": true,
|
|
|
9 |
"attention_dropout": 0.0,
|
|
|
|
|
|
|
|
|
10 |
"classifier_dropout": 0.0,
|
11 |
"cross_attention_hidden_size": 8,
|
12 |
"d_model": 8,
|
@@ -14,41 +21,149 @@
|
|
14 |
"decoder_ffn_dim": 8,
|
15 |
"decoder_layerdrop": 0.0,
|
16 |
"decoder_layers": 2,
|
|
|
|
|
|
|
17 |
"dropout": 0.1,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
"init_std": 0.02,
|
19 |
"is_decoder": true,
|
|
|
|
|
|
|
|
|
|
|
20 |
"layernorm_embedding": true,
|
|
|
|
|
21 |
"max_position_embeddings": 512,
|
|
|
22 |
"model_type": "trocr",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
"scale_embedding": true,
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
"tie_word_embeddings": false,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
"use_cache": false,
|
26 |
"use_learned_position_embeddings": true,
|
27 |
"vocab_size": 64044
|
28 |
},
|
29 |
"encoder": {
|
|
|
|
|
|
|
30 |
"attention_probs_dropout_prob": 0.0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
"encoder_stride": 16,
|
|
|
|
|
|
|
|
|
|
|
32 |
"hidden_act": "gelu",
|
33 |
"hidden_dropout_prob": 0.0,
|
34 |
"hidden_size": 8,
|
|
|
|
|
|
|
|
|
35 |
"image_size": 384,
|
36 |
"initializer_range": 0.02,
|
37 |
"intermediate_size": 8,
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
"layer_norm_eps": 1e-12,
|
|
|
|
|
|
|
39 |
"model_type": "deit",
|
|
|
40 |
"num_attention_heads": 2,
|
|
|
|
|
41 |
"num_channels": 3,
|
42 |
"num_hidden_layers": 2,
|
|
|
|
|
|
|
|
|
|
|
43 |
"patch_size": 16,
|
44 |
-
"
|
45 |
-
"
|
46 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
},
|
48 |
"eos_token_id": 2,
|
49 |
"is_encoder_decoder": true,
|
50 |
"model_type": "vision-encoder-decoder",
|
51 |
"tie_word_embeddings": false,
|
52 |
"torch_dtype": "float32",
|
53 |
-
"transformers_version": "4.
|
54 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "microsoft/trocr-small-handwritten",
|
3 |
"architectures": [
|
4 |
"VisionEncoderDecoderModel"
|
5 |
],
|
6 |
"decoder": {
|
7 |
+
"_name_or_path": "",
|
8 |
"activation_dropout": 0.0,
|
9 |
"activation_function": "relu",
|
10 |
"add_cross_attention": true,
|
11 |
+
"architectures": null,
|
12 |
"attention_dropout": 0.0,
|
13 |
+
"bad_words_ids": null,
|
14 |
+
"begin_suppress_tokens": null,
|
15 |
+
"bos_token_id": 0,
|
16 |
+
"chunk_size_feed_forward": 0,
|
17 |
"classifier_dropout": 0.0,
|
18 |
"cross_attention_hidden_size": 8,
|
19 |
"d_model": 8,
|
|
|
21 |
"decoder_ffn_dim": 8,
|
22 |
"decoder_layerdrop": 0.0,
|
23 |
"decoder_layers": 2,
|
24 |
+
"decoder_start_token_id": 2,
|
25 |
+
"diversity_penalty": 0.0,
|
26 |
+
"do_sample": false,
|
27 |
"dropout": 0.1,
|
28 |
+
"early_stopping": false,
|
29 |
+
"encoder_no_repeat_ngram_size": 0,
|
30 |
+
"eos_token_id": 2,
|
31 |
+
"exponential_decay_length_penalty": null,
|
32 |
+
"finetuning_task": null,
|
33 |
+
"forced_bos_token_id": null,
|
34 |
+
"forced_eos_token_id": null,
|
35 |
+
"id2label": {
|
36 |
+
"0": "LABEL_0",
|
37 |
+
"1": "LABEL_1"
|
38 |
+
},
|
39 |
"init_std": 0.02,
|
40 |
"is_decoder": true,
|
41 |
+
"is_encoder_decoder": false,
|
42 |
+
"label2id": {
|
43 |
+
"LABEL_0": 0,
|
44 |
+
"LABEL_1": 1
|
45 |
+
},
|
46 |
"layernorm_embedding": true,
|
47 |
+
"length_penalty": 1.0,
|
48 |
+
"max_length": 20,
|
49 |
"max_position_embeddings": 512,
|
50 |
+
"min_length": 0,
|
51 |
"model_type": "trocr",
|
52 |
+
"no_repeat_ngram_size": 0,
|
53 |
+
"num_beam_groups": 1,
|
54 |
+
"num_beams": 1,
|
55 |
+
"num_return_sequences": 1,
|
56 |
+
"output_attentions": false,
|
57 |
+
"output_hidden_states": false,
|
58 |
+
"output_scores": false,
|
59 |
+
"pad_token_id": 1,
|
60 |
+
"prefix": null,
|
61 |
+
"problem_type": null,
|
62 |
+
"pruned_heads": {},
|
63 |
+
"remove_invalid_values": false,
|
64 |
+
"repetition_penalty": 1.0,
|
65 |
+
"return_dict": true,
|
66 |
+
"return_dict_in_generate": false,
|
67 |
"scale_embedding": true,
|
68 |
+
"sep_token_id": null,
|
69 |
+
"suppress_tokens": null,
|
70 |
+
"task_specific_params": null,
|
71 |
+
"temperature": 1.0,
|
72 |
+
"tf_legacy_loss": false,
|
73 |
+
"tie_encoder_decoder": false,
|
74 |
"tie_word_embeddings": false,
|
75 |
+
"tokenizer_class": null,
|
76 |
+
"top_k": 50,
|
77 |
+
"top_p": 1.0,
|
78 |
+
"torch_dtype": null,
|
79 |
+
"torchscript": false,
|
80 |
+
"typical_p": 1.0,
|
81 |
+
"use_bfloat16": false,
|
82 |
"use_cache": false,
|
83 |
"use_learned_position_embeddings": true,
|
84 |
"vocab_size": 64044
|
85 |
},
|
86 |
"encoder": {
|
87 |
+
"_name_or_path": "",
|
88 |
+
"add_cross_attention": false,
|
89 |
+
"architectures": null,
|
90 |
"attention_probs_dropout_prob": 0.0,
|
91 |
+
"bad_words_ids": null,
|
92 |
+
"begin_suppress_tokens": null,
|
93 |
+
"bos_token_id": null,
|
94 |
+
"chunk_size_feed_forward": 0,
|
95 |
+
"cross_attention_hidden_size": null,
|
96 |
+
"decoder_start_token_id": null,
|
97 |
+
"diversity_penalty": 0.0,
|
98 |
+
"do_sample": false,
|
99 |
+
"early_stopping": false,
|
100 |
+
"encoder_no_repeat_ngram_size": 0,
|
101 |
"encoder_stride": 16,
|
102 |
+
"eos_token_id": null,
|
103 |
+
"exponential_decay_length_penalty": null,
|
104 |
+
"finetuning_task": null,
|
105 |
+
"forced_bos_token_id": null,
|
106 |
+
"forced_eos_token_id": null,
|
107 |
"hidden_act": "gelu",
|
108 |
"hidden_dropout_prob": 0.0,
|
109 |
"hidden_size": 8,
|
110 |
+
"id2label": {
|
111 |
+
"0": "LABEL_0",
|
112 |
+
"1": "LABEL_1"
|
113 |
+
},
|
114 |
"image_size": 384,
|
115 |
"initializer_range": 0.02,
|
116 |
"intermediate_size": 8,
|
117 |
+
"is_decoder": false,
|
118 |
+
"is_encoder_decoder": false,
|
119 |
+
"label2id": {
|
120 |
+
"LABEL_0": 0,
|
121 |
+
"LABEL_1": 1
|
122 |
+
},
|
123 |
"layer_norm_eps": 1e-12,
|
124 |
+
"length_penalty": 1.0,
|
125 |
+
"max_length": 20,
|
126 |
+
"min_length": 0,
|
127 |
"model_type": "deit",
|
128 |
+
"no_repeat_ngram_size": 0,
|
129 |
"num_attention_heads": 2,
|
130 |
+
"num_beam_groups": 1,
|
131 |
+
"num_beams": 1,
|
132 |
"num_channels": 3,
|
133 |
"num_hidden_layers": 2,
|
134 |
+
"num_return_sequences": 1,
|
135 |
+
"output_attentions": false,
|
136 |
+
"output_hidden_states": false,
|
137 |
+
"output_scores": false,
|
138 |
+
"pad_token_id": null,
|
139 |
"patch_size": 16,
|
140 |
+
"prefix": null,
|
141 |
+
"problem_type": null,
|
142 |
+
"pruned_heads": {},
|
143 |
+
"qkv_bias": true,
|
144 |
+
"remove_invalid_values": false,
|
145 |
+
"repetition_penalty": 1.0,
|
146 |
+
"return_dict": true,
|
147 |
+
"return_dict_in_generate": false,
|
148 |
+
"sep_token_id": null,
|
149 |
+
"suppress_tokens": null,
|
150 |
+
"task_specific_params": null,
|
151 |
+
"temperature": 1.0,
|
152 |
+
"tf_legacy_loss": false,
|
153 |
+
"tie_encoder_decoder": false,
|
154 |
+
"tie_word_embeddings": true,
|
155 |
+
"tokenizer_class": null,
|
156 |
+
"top_k": 50,
|
157 |
+
"top_p": 1.0,
|
158 |
+
"torch_dtype": null,
|
159 |
+
"torchscript": false,
|
160 |
+
"typical_p": 1.0,
|
161 |
+
"use_bfloat16": false
|
162 |
},
|
163 |
"eos_token_id": 2,
|
164 |
"is_encoder_decoder": true,
|
165 |
"model_type": "vision-encoder-decoder",
|
166 |
"tie_word_embeddings": false,
|
167 |
"torch_dtype": "float32",
|
168 |
+
"transformers_version": "4.45.0"
|
169 |
}
|
generation_config.json
CHANGED
@@ -4,6 +4,6 @@
|
|
4 |
"decoder_start_token_id": 2,
|
5 |
"eos_token_id": 2,
|
6 |
"pad_token_id": 1,
|
7 |
-
"transformers_version": "4.
|
8 |
"use_cache": false
|
9 |
}
|
|
|
4 |
"decoder_start_token_id": 2,
|
5 |
"eos_token_id": 2,
|
6 |
"pad_token_id": 1,
|
7 |
+
"transformers_version": "4.45.0",
|
8 |
"use_cache": false
|
9 |
}
|
model.safetensors
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:25be9f958467fa618b9465e6561a0022bd95b5c187f2d1b9084f4acd8e46a7c7
|
3 |
+
size 4179976
|
tokenizer_config.json
CHANGED
@@ -42,10 +42,9 @@
|
|
42 |
}
|
43 |
},
|
44 |
"bos_token": "<s>",
|
45 |
-
"clean_up_tokenization_spaces":
|
46 |
"cls_token": "<s>",
|
47 |
"eos_token": "</s>",
|
48 |
-
"extra_special_tokens": {},
|
49 |
"mask_token": "<mask>",
|
50 |
"model_max_length": 1000000000000000019884624838656,
|
51 |
"pad_token": "<pad>",
|
|
|
42 |
}
|
43 |
},
|
44 |
"bos_token": "<s>",
|
45 |
+
"clean_up_tokenization_spaces": true,
|
46 |
"cls_token": "<s>",
|
47 |
"eos_token": "</s>",
|
|
|
48 |
"mask_token": "<mask>",
|
49 |
"model_max_length": 1000000000000000019884624838656,
|
50 |
"pad_token": "<pad>",
|