Upload folder using huggingface_hub
Browse files
checkpoint-100000/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"PIXELForPreTraining"
|
| 4 |
+
],
|
| 5 |
+
"attention_probs_dropout_prob": 0.1,
|
| 6 |
+
"cache_dir": null,
|
| 7 |
+
"decoder_hidden_size": 512,
|
| 8 |
+
"decoder_intermediate_size": 2048,
|
| 9 |
+
"decoder_num_attention_heads": 16,
|
| 10 |
+
"decoder_num_hidden_layers": 8,
|
| 11 |
+
"hidden_act": "gelu",
|
| 12 |
+
"hidden_dropout_prob": 0.1,
|
| 13 |
+
"hidden_size": 768,
|
| 14 |
+
"image_size": [
|
| 15 |
+
16,
|
| 16 |
+
8464
|
| 17 |
+
],
|
| 18 |
+
"initializer_range": 0.02,
|
| 19 |
+
"intermediate_size": 3072,
|
| 20 |
+
"layer_norm_eps": 1e-12,
|
| 21 |
+
"mask_ratio": 0.25,
|
| 22 |
+
"model_type": "pixel",
|
| 23 |
+
"norm_pix_loss": true,
|
| 24 |
+
"num_attention_heads": 12,
|
| 25 |
+
"num_channels": 3,
|
| 26 |
+
"num_hidden_layers": 12,
|
| 27 |
+
"patch_size": 16,
|
| 28 |
+
"qkv_bias": true,
|
| 29 |
+
"revision": "main",
|
| 30 |
+
"torch_dtype": "float32",
|
| 31 |
+
"transformers_version": "4.17.0",
|
| 32 |
+
"use_auth_token": "NA"
|
| 33 |
+
}
|
checkpoint-100000/text_renderer_config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"background_color": "white",
|
| 3 |
+
"dpi": 120,
|
| 4 |
+
"font_color": "black",
|
| 5 |
+
"font_file": "GoNotoCurrent.ttf",
|
| 6 |
+
"font_size": 8,
|
| 7 |
+
"max_seq_length": 529,
|
| 8 |
+
"pad_size": 3,
|
| 9 |
+
"pixels_per_patch": 16,
|
| 10 |
+
"text_renderer_type": "PyGameTextRenderer"
|
| 11 |
+
}
|
checkpoint-100000/trainer_state.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|