pythonprincess commited on
Commit
89240ed
·
verified ·
1 Parent(s): 9dfeac5

Delete model_config.json

Browse files
Files changed (1) hide show
  1. model_config.json +0 -47
model_config.json DELETED
@@ -1,47 +0,0 @@
1
- {
2
- "penny-core-agent": {
3
- "model_name": "google/gemma-7b-it",
4
- "task": "text-generation",
5
- "endpoint": "azure-ml",
6
- "fallback_endpoint": "local",
7
- "timeout_seconds": 30,
8
- "max_retries": 2,
9
- "description": "Penny's core conversational AI for civic engagement responses"
10
- },
11
- "penny-doc-agent": {
12
- "model_name": "microsoft/layoutlmv3-base",
13
- "task": "pdf-extraction",
14
- "endpoint": "azure-ml",
15
- "fallback_endpoint": "local",
16
- "timeout_seconds": 45,
17
- "max_retries": 2,
18
- "description": "Document understanding and PDF extraction for civic documents"
19
- },
20
- "penny-translate-agent": {
21
- "model_name": "facebook/nllb-200-distilled-600M",
22
- "task": "translation",
23
- "endpoint": "azure-ml",
24
- "fallback_endpoint": "local",
25
- "timeout_seconds": 20,
26
- "max_retries": 2,
27
- "description": "Multilingual translation service for accessible civic information"
28
- },
29
- "penny-sentiment-agent": {
30
- "model_name": "cardiffnlp/twitter-roberta-base-sentiment",
31
- "task": "sentiment-analysis",
32
- "endpoint": "azure-ml",
33
- "fallback_endpoint": "local",
34
- "timeout_seconds": 15,
35
- "max_retries": 2,
36
- "description": "Sentiment analysis for community feedback and engagement monitoring"
37
- },
38
- "penny-bias-checker": {
39
- "model_name": "facebook/bart-large-mnli",
40
- "task": "bias-detection",
41
- "endpoint": "azure-ml",
42
- "fallback_endpoint": "local",
43
- "timeout_seconds": 20,
44
- "max_retries": 2,
45
- "description": "Bias detection to ensure fair and equitable civic information"
46
- }
47
- }