TensorVizion commited on
Commit
c3fa31e
·
verified ·
1 Parent(s): a01e851

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -16
README.md CHANGED
@@ -8,7 +8,7 @@ license: llama3.2
8
 
9
  ## Model Overview
10
 
11
- Vector AI is a conversational language model fine-tuned from Llama 3.2 3B Instruct using QLoRA (4-bit quantized low-rank adaptation). It is designed for general chat and assistant tasks, with training focused on improving conversational coherence, instruction following, and response quality at the 3B parameter scale.
12
 
13
  | Property | Value |
14
  | --- | --- |
@@ -60,22 +60,10 @@ This repository includes four files for different use cases:
60
  Download either GGUF file and load directly in LM Studio, Ollama, or llama.cpp:
61
 
62
  # Q6 — recommended for quality (requires ~3.5 GB RAM)
63
- llama-cli -m vector-ai-q6.gguf -p "You are Vector AI." --chat-template llama3
64
 
65
  # Q4 — recommended for speed / lower memory (~2.5 GB RAM)
66
- llama-cli -m vector-ai-q4.gguf -p "You are Vector AI." --chat-template llama3
67
-
68
- * * *
69
-
70
- ## Chat Template
71
-
72
- Vector AI uses the standard Llama 3.2 Instruct chat template:
73
-
74
- <|begin_of_text|><|start_header_id|>system<|end_header_id|>
75
- You are Vector AI, a helpful assistant.<|eot_id|>
76
- <|start_header_id|>user<|end_header_id|>
77
- {your message here}<|eot_id|>
78
- <|start_header_id|>assistant<|end_header_id|>
79
 
80
  * * *
81
 
@@ -111,7 +99,7 @@ For more deterministic / factual responses, lower temperature to `0.3–0.5`.
111
  * English only. Performance on other languages is untested.
112
  * 3B parameter scale — will be outperformed on complex reasoning tasks by larger models.
113
  * Not trained for code generation, mathematics, or domain-specific professional tasks.
114
- * Like all language models, Vector AI can produce inaccurate or hallucinated responses. Always verify important information.
115
  * Not aligned for safety-critical or high-stakes applications.
116
 
117
  * * *
 
8
 
9
  ## Model Overview
10
 
11
+ ### Loi AI is a conversational language model fine-tuned from Llama 3.2 3B Instruct using QLoRA (4-bit quantized low-rank adaptation). It is designed for general chat and assistant tasks, with training focused on improving conversational coherence, instruction following, and response quality at the 3B parameter scale.
12
 
13
  | Property | Value |
14
  | --- | --- |
 
60
  Download either GGUF file and load directly in LM Studio, Ollama, or llama.cpp:
61
 
62
  # Q6 — recommended for quality (requires ~3.5 GB RAM)
63
+ llama-cli -m vector-ai-q6.gguf -p "You are Loi AI." --chat-template llama3
64
 
65
  # Q4 — recommended for speed / lower memory (~2.5 GB RAM)
66
+ llama-cli -m vector-ai-q4.gguf -p "You are Loi AI." --chat-template llama3
 
 
 
 
 
 
 
 
 
 
 
 
67
 
68
  * * *
69
 
 
99
  * English only. Performance on other languages is untested.
100
  * 3B parameter scale — will be outperformed on complex reasoning tasks by larger models.
101
  * Not trained for code generation, mathematics, or domain-specific professional tasks.
102
+ * Like all language models, Loi AI can produce inaccurate or hallucinated responses. Always verify important information.
103
  * Not aligned for safety-critical or high-stakes applications.
104
 
105
  * * *