pipilok commited on
Commit
f8bc745
1 Parent(s): 562871b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3.2
3
+ quantized_by: pipilok
4
+ pipeline_tag: text-generation
5
+ ---
6
+
7
+ Original model: https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct
8
+
9
+ Tested on Snapdragon X Elite with LM Studio 0.3.2 ARM64 Technology Preview https://lmstudio.ai/snapdragon
10
+
11
+ Avg answer Speed: 30 tok/s
12
+
13
+ ## LM Studio Settings:
14
+ ```
15
+ Before System: <|im_start|>system\n
16
+ After System: <|im_end|>\n
17
+ Before User: <|im_start|>user\n
18
+ After User: <|im_end|>\n
19
+ Before Assistant: <|im_start|>assistant\n
20
+ After Assistant: <|im_end|>\n
21
+ ```