doberst commited on
Commit
6de40a1
1 Parent(s): f660e88

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -8
config.json CHANGED
@@ -1,19 +1,19 @@
1
  {
2
- "model_name": "slim-xsum-tool",
3
- "model_ft_base": "slim-xsum",
4
  "quantization": "4Q_K_M GGUF",
5
- "model_base": "stabilityai/stablelm-3b-4e1t",
6
- "model_type": "stablelm",
7
- "tokenizer": "llmware/slim-xsum",
8
- "parameters": "2.7 billion",
9
- "description": "slim-xsum is a function-calling model, fine-tuned to output structured dictionaries",
10
  "prompt_wrapper": "human_bot",
11
  "prompt_format": "<human> {context_passage} <classify> xsum </classify>\n<bot>:",
12
  "output_format": "{'xsum': []}",
13
  "primary_keys": ["xsum"],
14
  "output_values": ["Short headline phrase that summarizes text."],
15
  "publisher": "llmware",
16
- "release_date": "march 2024",
17
  "test_set": [
18
 
19
  {
 
1
  {
2
+ "model_name": "slim-xsum-phi-3-gguf",
3
+ "model_ft_base": "slim-xsum-phi-3",
4
  "quantization": "4Q_K_M GGUF",
5
+ "model_base": "microsoft/phi-3",
6
+ "model_type": "phi3",
7
+ "tokenizer": "llmware/slim-phi-3",
8
+ "parameters": "3.8 billion",
9
+ "description": "slim-xsum-phi-3-gguf is a function-calling model, fine-tuned to output structured dictionaries",
10
  "prompt_wrapper": "human_bot",
11
  "prompt_format": "<human> {context_passage} <classify> xsum </classify>\n<bot>:",
12
  "output_format": "{'xsum': []}",
13
  "primary_keys": ["xsum"],
14
  "output_values": ["Short headline phrase that summarizes text."],
15
  "publisher": "llmware",
16
+ "release_date": "august 2024",
17
  "test_set": [
18
 
19
  {