Spaces:
Paused
Paused
File size: 529 Bytes
5a81b95 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | {
"timeout_seconds": 30,
"severity_threshold": "MEDIUM",
"models": [
"microsoft/codebert-base",
"huggingface/CodeBERTa-small-v1"
],
"parallel_workers": 3,
"cache_results": true,
"exclude_patterns": [
"node_modules/",
"dist/",
"build/",
"*.test.py",
"*_test.py",
".next/",
".cache/",
".git/"
],
"security_check": true,
"performance_check": true,
"api_validation": true,
"batch_size": 16,
"model_cache_dir": ".cache/huggingface/models",
"output_format": "json"
}
|