Transformers
Safetensors
ijepa
Inference Endpoints
jmtzt commited on
Commit
4686274
1 Parent(s): 4d5c678

Upload processor

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. preprocessor_config.json +22 -0
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
- library_name: transformers
3
- license: cc-by-nc-4.0
4
  datasets:
5
  - ILSVRC/imagenet-1k
 
 
6
  ---
7
 
8
  # I-JEPA Model (Huge, fine-tuned on IN1K)
 
1
  ---
 
 
2
  datasets:
3
  - ILSVRC/imagenet-1k
4
+ library_name: transformers
5
+ license: cc-by-nc-4.0
6
  ---
7
 
8
  # I-JEPA Model (Huge, fine-tuned on IN1K)
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "resample": 2,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 448,
20
+ "width": 448
21
+ }
22
+ }