EryriLabs commited on
Commit
f57ba70
·
verified ·
1 Parent(s): 9c4fb74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -3
README.md CHANGED
@@ -1,3 +1,47 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ datasets:
4
+ - EryriLabs/uk_legislation_alpaca_style_cleaned
5
+ language:
6
+ - en
7
+ base_model:
8
+ - EryriLabs/llama-3.2-uk-legislation-instruct-3b
9
+ tags:
10
+ - legal
11
+ ---
12
+
13
+ This model is a GGUF-quantized version of llama-3.2-uk-legislation-instruct-3b, designed for efficient, low-memory usage on resource-constrained devices.
14
+
15
+ ## Model Details
16
+
17
+ - **Base Model**: EryriLabs/llama-3.2-uk-legislation-instruct-3b
18
+ - **Quantization**: GGUF
19
+ - **Language**: English (en)
20
+ - **License**: cc-by-4.0
21
+ - **Developer**: GPT-LABS.AI
22
+
23
+ ## Intended Use
24
+
25
+ This model is optimized for offline, low-spec hardware environments, serving as a lightweight assistant for basic cybersecurity guidance in English. It was trained as part of an ongoing blog series (https://www.eryrilabs.co.uk/post/building-sara-a-lightweight-cybersecurity-assistant-for-everyday-laptops).
26
+
27
+
28
+ ## Ollama Modelfile
29
+
30
+ FROM llama-3.2-uk-legislation-instruct-3b-GGUF.gguf
31
+ PARAMETER temperature 0.4
32
+ PARAMETER stop "<|im_start|>"
33
+ PARAMETER stop "<|im_end|>"
34
+ TEMPLATE """
35
+ <|im_start|>system
36
+ {{ .System }}<|im_end|>
37
+ <|im_start|>user
38
+ {{ .Prompt }}<|im_end|>
39
+ <|im_start|>assistant
40
+ """
41
+ SYSTEM """You are a helpful assistant."""
42
+
43
+ ## Limitations
44
+
45
+ - Designed for general guidance only; not suitable for advanced or professional consultation.
46
+
47
+