odaly commited on
Commit
e65c462
·
verified ·
1 Parent(s): b27a9ad

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -0
config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "space_name": "odaly/fuzzylab",
3
+ "space_link": "https://huggingface.co/spaces/odaly/fuzzylab",
4
+ "model_name": "meta-llama/Meta-Llama-3.1-8B-Instruct",
5
+ "allowed_file_types": ["jpg", "jpeg", "png", "pdf", "docx", "txt"],
6
+ "max_length": 2048
7
+ }