RaresButescu commited on
Commit
d0505f5
·
verified ·
1 Parent(s): 4e343db

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - text-to-sql
7
+ - data-chat
8
+ - gguf
9
+ - mistral
10
+ - ministral3
11
+ base_model: mistralai/Ministral-3-3B-Instruct-2512-BF16
12
+ ---
13
+
14
+ # tribeblend-etl-ministral3-3b-instruct
15
+
16
+ Ministral 3 3B Instruct fine-tuned for fast local analytics.
17
+
18
+ Direct **base-model** GGUF (Q4_K_M) of `mistralai/Ministral-3-3B-Instruct-2512-BF16`, published for
19
+ TribeBlend's local Data Chat runtime. TribeBlend grounds answers with Knowledge
20
+ Graph context at prompt time and a model-aware agent harness, so the base
21
+ instruction/reasoning model ships as-is (no fine-tuning).
22
+
23
+ - **Base model**: mistralai/Ministral-3-3B-Instruct-2512-BF16
24
+ - **Provider / family**: mistral / ministral3
25
+ - **Local runtime arch**: mistral3
26
+ - **Recommended profile**: standard
27
+ - **Quantization**: Q4_K_M
28
+ - **Native context window**: 262144
29
+
30
+ ## Usage
31
+
32
+ Designed for [TribeBlend](https://github.com/TribeBlend/tribeblend) Data Chat,
33
+ loaded via llama-cpp-2.
34
+
35
+ ## License
36
+
37
+ Inherits the upstream base-model license (apache-2.0); verify upstream
38
+ terms before redistribution.