doberst commited on
Commit
b5e7044
1 Parent(s): a71017b

Upload 2 files

Browse files
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. config.json +15 -0
  3. slim-emotions.gguf +3 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ slim-emotions.gguf filter=lfs diff=lfs merge=lfs -text
config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "slim-sentiment-tool",
3
+ "quantization": "4Q_K_M GGUF",
4
+ "model_base": "tiny-llama",
5
+ "model_type": "llama",
6
+ "parameters": "1.1 billion",
7
+ "description": "slim-sentiment is a function-calling model, fine-tuned to output structured json dictionaries generally with one key 'sentiment', and a value consisting of a list, usually with a single string value - positive, negative or neutral",
8
+ "prompt_wrapper": "human_bot",
9
+ "prompt_format": "<human> {context_passage} <classify> sentiment </classify>\n<bot>:",
10
+ "output_format": "{'sentiment': ['positive']}",
11
+ "primary_keys": ["sentiment"],
12
+ "output_values": ["positive", "negative", "neutral"],
13
+ "publisher": "llmware",
14
+ "release_date": "february 2024"
15
+ }
slim-emotions.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d480c656544fe816c1f2125253d5cff43f38b13e382db4aff207cb073f9a3338
3
+ size 668787680