Upload 2 files
Browse files- .gitattributes +1 -0
- config.json +15 -0
- slim-ratings.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-ratings.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-ratings.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:86b113c8e5584c6976056b7687e870942a4db59c01493a82d541a9a2ad5b1aad
|
3 |
+
size 668787680
|