Spaces:
Sleeping
Sleeping
Create config.json
Browse files- 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 |
+
}
|