teolm30
/

teolm30 commited on
Commit
a26c9c0
·
verified ·
1 Parent(s): 4d8bddc

Add Ollama run instructions

Browse files
Files changed (1) hide show
  1. README.md +45 -39
README.md CHANGED
@@ -1,39 +1,45 @@
1
- ---
2
- language:
3
- - en
4
- library_name: transformers
5
- license: apache-2.0
6
- pipeline_tag: text-generation
7
- base_model: Qwen/Qwen3-1.7B
8
- tags:
9
- - fox-1.6
10
- - qwen3
11
- - compact-llm
12
- - text-generation
13
- ---
14
-
15
- # Fox 1.6
16
-
17
- Fox 1.6 is a compact, device-friendly fork of `Qwen/Qwen3-1.7B` for general-purpose text generation.
18
-
19
- ## What this repo is
20
-
21
- - A lightweight Hugging Face model repo with real weights and tokenizer files
22
- - Intended to be easier to deploy on consumer hardware than much larger LLMs
23
- - Branded and published under the Fox 1.6 name
24
-
25
- ## What this repo is not
26
-
27
- - It is not trained from scratch here
28
- - It is not a claim that the model beats every large frontier model
29
- - It is a fork of the upstream Qwen 3 1.7B checkpoint
30
-
31
- ## Intended use
32
-
33
- - On-device or low-footprint inference
34
- - Assistant-style chat and completion
35
- - Rapid experimentation with a compact base model
36
-
37
- ## Notes
38
-
39
- If you want Fox 1.6 to become a genuinely new model, the next step is to fine-tune this fork on a curated instruction dataset and evaluate it against your target benchmarks.
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ library_name: transformers
5
+ license: apache-2.0
6
+ pipeline_tag: text-generation
7
+ base_model: Qwen/Qwen3-1.7B
8
+ tags:
9
+ - fox-1.6
10
+ - qwen3
11
+ - compact-llm
12
+ - text-generation
13
+ ---
14
+
15
+ # Fox 1.6
16
+
17
+ Fox 1.6 is a compact, device-friendly fork of `Qwen/Qwen3-1.7B` for general-purpose text generation.
18
+
19
+ ## What this repo is
20
+
21
+ - A lightweight Hugging Face model repo with real weights and tokenizer files
22
+ - Intended to be easier to deploy on consumer hardware than much larger LLMs
23
+ - Branded and published under the Fox 1.6 name
24
+
25
+ ## What this repo is not
26
+
27
+ - It is not trained from scratch here
28
+ - It is not a claim that the model beats every large frontier model
29
+ - It is a fork of the upstream Qwen 3 1.7B checkpoint
30
+
31
+ ## Intended use
32
+
33
+ - On-device or low-footprint inference
34
+ - Assistant-style chat and completion
35
+ - Rapid experimentation with a compact base model
36
+
37
+ ## Notes
38
+
39
+ If you want Fox 1.6 to become a genuinely new model, the next step is to fine-tune this fork on a curated instruction dataset and evaluate it against your target benchmarks.
40
+
41
+ ## 🤖 Run with Ollama
42
+
43
+ ```bash
44
+ ollama run hf.co/teolm30/fox-1.6
45
+ ```