YosepMulia commited on
Commit
f586893
·
verified ·
1 Parent(s): c9ad79c

fixing the config.json

Browse files
Files changed (1) hide show
  1. config.json +23 -36
config.json CHANGED
@@ -1,37 +1,24 @@
1
-
2
- No JSON parsing here → **HF will not error**
3
-
4
- ---
5
-
6
- ## 📄 2️⃣ config.json (FIXED – VALID JSON)
7
-
8
- This file **must be strict JSON**.
9
- No comments, no trailing commas, no fancy types.
10
-
11
- **Create file:** `config.json`
12
-
13
- ```json
14
- {
15
- "model_type": "instruction_intent_filter",
16
- "task": "preexecution_instruction_intent_analysis",
17
- "languages": ["en", "id"],
18
- "output_format": "json",
19
- "output_labels": [
20
- "VALID",
21
- "AMBIGUOUS",
22
- "CONTRADICTORY",
23
- "INCOMPLETE",
24
- "UNSAFE"
25
- ],
26
- "confidence_range": [0.0, 1.0],
27
- "inference_settings": {
28
- "json_only": true,
29
- "temperature": 0.0,
30
- "max_tokens": 64
31
- },
32
- "intended_use": [
33
- "humanoid_instruction_intent_filtering",
34
- "agent_pre_execution_validation"
35
- ],
36
- "license": "mit"
37
  }
 
1
+ {
2
+ "model_type": "instruction_intent_filter",
3
+ "task": "preexecution_instruction_intent_analysis",
4
+ "languages": ["en", "id"],
5
+ "output_format": "json",
6
+ "output_labels": [
7
+ "VALID",
8
+ "AMBIGUOUS",
9
+ "CONTRADICTORY",
10
+ "INCOMPLETE",
11
+ "UNSAFE"
12
+ ],
13
+ "confidence_range": [0.0, 1.0],
14
+ "inference_settings": {
15
+ "json_only": true,
16
+ "temperature": 0.0,
17
+ "max_tokens": 64
18
+ },
19
+ "intended_use": [
20
+ "humanoid_instruction_intent_filtering",
21
+ "agent_pre_execution_validation"
22
+ ],
23
+ "license": "mit"
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  }