doberst commited on
Commit
7d50b87
·
verified ·
1 Parent(s): 74e12f4

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -8
config.json CHANGED
@@ -9,15 +9,11 @@
9
  "description": "slim-sentiment is a function-calling model, fine-tuned to output structured python dictionaries",
10
  "prompt_wrapper": "human_bot",
11
  "prompt_format": "<human> {context_passage} <classify> sentiment </classify>\n<bot>:",
 
12
  "output_format": "{'sentiment': ['positive']}",
13
- "primary_keys": [
14
- "sentiment"
15
- ],
16
- "output_values": [
17
- "positive",
18
- "negative",
19
- "neutral"
20
- ],
21
  "publisher": "llmware",
22
  "release_date": "february 2024",
23
  "test_set": [
 
9
  "description": "slim-sentiment is a function-calling model, fine-tuned to output structured python dictionaries",
10
  "prompt_wrapper": "human_bot",
11
  "prompt_format": "<human> {context_passage} <classify> sentiment </classify>\n<bot>:",
12
+ "prompt_sample": "<human> That was the best movie I have ever seen. <classify> sentiment </classify>\n<bot>:",
13
  "output_format": "{'sentiment': ['positive']}",
14
+ "primary_keys": ["sentiment"],
15
+ "output_values": ["positive", "negative", "neutral"],
16
+ "logit_token_markers": [1066, 22198, 17821],
 
 
 
 
 
17
  "publisher": "llmware",
18
  "release_date": "february 2024",
19
  "test_set": [