Training in progress, step 100
Browse files- .gitignore +1 -0
- config.json +42 -0
- pytorch_model.bin +3 -0
- text_renderer_config.json +19 -0
- training_args.bin +3 -0
- unifont.pickle +3 -0
- vatrpp.pth +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "noniewiem/pixel-handwritten",
|
3 |
+
"architectures": [
|
4 |
+
"PIXELForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"decoder_hidden_size": 264,
|
8 |
+
"decoder_intermediate_size": 1056,
|
9 |
+
"decoder_num_attention_heads": 6,
|
10 |
+
"decoder_num_hidden_layers": 4,
|
11 |
+
"finetuning_task": "cola",
|
12 |
+
"hidden_act": "gelu",
|
13 |
+
"hidden_dropout_prob": 0.1,
|
14 |
+
"hidden_size": 384,
|
15 |
+
"id2label": {
|
16 |
+
"0": "unacceptable",
|
17 |
+
"1": "acceptable"
|
18 |
+
},
|
19 |
+
"image_size": [
|
20 |
+
16,
|
21 |
+
4096
|
22 |
+
],
|
23 |
+
"initializer_range": 0.02,
|
24 |
+
"intermediate_size": 1536,
|
25 |
+
"interpolate_pos_encoding": false,
|
26 |
+
"label2id": {
|
27 |
+
"acceptable": 1,
|
28 |
+
"unacceptable": 0
|
29 |
+
},
|
30 |
+
"layer_norm_eps": 1e-12,
|
31 |
+
"mask_ratio": 0.25,
|
32 |
+
"model_type": "pixel",
|
33 |
+
"norm_pix_loss": true,
|
34 |
+
"num_attention_heads": 6,
|
35 |
+
"num_channels": 3,
|
36 |
+
"num_hidden_layers": 12,
|
37 |
+
"patch_size": 16,
|
38 |
+
"problem_type": "single_label_classification",
|
39 |
+
"qkv_bias": true,
|
40 |
+
"torch_dtype": "float32",
|
41 |
+
"transformers_version": "4.17.0"
|
42 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9438431b7008a25e649dcd9612d51656a0e3629a79f07275fbf2e256decc053
|
3 |
+
size 87435962
|
text_renderer_config.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"generator_file": "vatrpp.pth",
|
3 |
+
"max_seq_length": 256,
|
4 |
+
"pixels_per_patch": 16,
|
5 |
+
"style_ids": [
|
6 |
+
0,
|
7 |
+
1,
|
8 |
+
3,
|
9 |
+
24,
|
10 |
+
31,
|
11 |
+
35,
|
12 |
+
131,
|
13 |
+
239,
|
14 |
+
302
|
15 |
+
],
|
16 |
+
"text_renderer_type": "VATrPPRenderer",
|
17 |
+
"unifont_symbols_file": "unifont.pickle",
|
18 |
+
"vatrpp_args": {}
|
19 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43a25beaf8b882f325fa90e40dd546801126e34568f7c0b7d595c5c95caa6b4d
|
3 |
+
size 3704
|
unifont.pickle
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0804979068f0d169b343fbe0fe8d7ff478165d07a671fcf52e20f625db8e7f9f
|
3 |
+
size 16978300
|
vatrpp.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c02f950d19cf3df3cfa6fe97114557e16a51bd3b910da6b5a2359a29851b84b6
|
3 |
+
size 561198056
|