Transformers
PyTorch
English
pixel
pretraining
Inference Endpoints
plip commited on
Commit
baa6b82
1 Parent(s): b3ea0f4

Model save

Browse files
last-checkpoint/GoNotoCurrent.ttf DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:83ab5c39e2b1c34a955136275ce0db068cb20d9643ead033d6b8124a73ab4f64
3
- size 15645492
 
 
 
last-checkpoint/config.json DELETED
@@ -1,30 +0,0 @@
1
- {
2
- "architectures": [
3
- "PIXELForPreTraining"
4
- ],
5
- "attention_probs_dropout_prob": 0.1,
6
- "decoder_hidden_size": 512,
7
- "decoder_intermediate_size": 2048,
8
- "decoder_num_attention_heads": 16,
9
- "decoder_num_hidden_layers": 8,
10
- "hidden_act": "gelu",
11
- "hidden_dropout_prob": 0.1,
12
- "hidden_size": 768,
13
- "image_size": [
14
- 16,
15
- 8464
16
- ],
17
- "initializer_range": 0.02,
18
- "intermediate_size": 3072,
19
- "layer_norm_eps": 1e-12,
20
- "mask_ratio": 0.25,
21
- "model_type": "vit_mae",
22
- "norm_pix_loss": true,
23
- "num_attention_heads": 12,
24
- "num_channels": 3,
25
- "num_hidden_layers": 12,
26
- "patch_size": 16,
27
- "qkv_bias": true,
28
- "torch_dtype": "float32",
29
- "transformers_version": "4.17.0"
30
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
last-checkpoint/optimizer.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a58a32262e0ffbdac27815bc97d0e11c733c93ea33c2ca18dc9c3802edf93ed0
3
- size 893439185
 
 
 
last-checkpoint/pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:95c385e8e74e4a9e4e29d16e7bcc51330a32ca96f31f3958d42f7f6d81cb5517
3
- size 449471589
 
 
 
last-checkpoint/rng_state_0.pth DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:bc3d5753924cf4929822397824e69f8755eca737deedad3eadd6591cc8055f63
3
- size 14567
 
 
 
last-checkpoint/rng_state_1.pth DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1dcf0c5d64fc7f0b4d4af0e5dd48c408044c47545a256fa9ec3bd6934aa5b874
3
- size 14503
 
 
 
last-checkpoint/rng_state_2.pth DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce03c924c5530c6249464a77507fae462c6707b0b26098ea916b622fcbba7a6a
3
- size 14503
 
 
 
last-checkpoint/rng_state_3.pth DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ac733fdea8118ca8aaba1980be73398e21c242cc2758b7dfd3a00de2a13d686a
3
- size 14503
 
 
 
last-checkpoint/scheduler.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d806e9f9f09813043b95cbeda18b18cdfb60c100fbde3239bf79ee81c659dc36
3
- size 623
 
 
 
last-checkpoint/text_renderer_config.json DELETED
@@ -1,11 +0,0 @@
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": "TextRenderer"
11
- }
 
 
 
 
 
 
 
 
 
 
 
last-checkpoint/trainer_state.json DELETED
The diff for this file is too large to render. See raw diff
last-checkpoint/training_args.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:266f63e45a1817b41dc068c262baa2af3cee153bdb768839f58f4ee888697edd
3
- size 3311
 
 
 
preprocessor_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "feature_extractor_type": "ViTFeatureExtractor",
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_std": [
11
+ 0.5,
12
+ 0.5,
13
+ 0.5
14
+ ],
15
+ "resample": 2,
16
+ "size": [
17
+ 16,
18
+ 8464
19
+ ]
20
+ }