Ricardo-M commited on
Commit
a88a0f6
·
verified ·
1 Parent(s): fe2fd2f

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. preprocessor_config.json +20 -0
  2. requirements.txt +19 -0
preprocessor_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": 448,
3
+ "do_center_crop": true,
4
+ "do_normalize": true,
5
+ "do_resize": true,
6
+ "feature_extractor_type": "CLIPFeatureExtractor",
7
+ "image_mean": [
8
+ 0.48145466,
9
+ 0.4578275,
10
+ 0.40821073
11
+ ],
12
+ "image_std": [
13
+ 0.26862954,
14
+ 0.26130258,
15
+ 0.27577711
16
+ ],
17
+ "resample": 3,
18
+ "size": 448
19
+ }
20
+
requirements.txt ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ icecream
2
+ markdown2
3
+ pydantic
4
+ accelerate==0.21.0
5
+ transformers==4.31.0
6
+ tokenizers==0.12.1
7
+ sentencepiece==0.1.99
8
+ shortuuid
9
+ bitsandbytes==0.41.0
10
+ timm==0.6.13
11
+ requests
12
+ httpx==0.24.0
13
+ uvicorn
14
+ einops-exts==0.0.4
15
+ einops==0.6.1
16
+ scikit-learn==1.2.2
17
+ numpy
18
+ gradio==3.35.2
19
+ gradio_client==0.2.9