murataksit34 commited on
Commit
19970de
verified
1 Parent(s): 4c69a73

Update model card: Zero9 Tech copyright, Apache-2.0, dataset links and key test highlights

Browse files
Files changed (1) hide show
  1. README.md +30 -13
README.md CHANGED
@@ -1,21 +1,38 @@
1
  ---
2
- base_model: unsloth/Qwen3-4B-unsloth-bnb-4bit
3
- tags:
4
- - text-generation-inference
5
- - transformers
6
- - unsloth
7
- - qwen3
8
- license: apache-2.0
9
  language:
10
  - en
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
- # Uploaded finetuned model
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
- - **Developed by:** zero9tech
16
- - **License:** apache-2.0
17
- - **Finetuned from model :** unsloth/Qwen3-4B-unsloth-bnb-4bit
18
 
19
- This qwen3 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
 
20
 
21
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
1
  ---
 
 
 
 
 
 
 
2
  language:
3
  - en
4
+ license: apache-2.0
5
+ library_name: transformers
6
+ tags:
7
+ - qwen3
8
+ - english
9
+ - data-mining
10
+ - data-science
11
+ - instruction-tuning
12
+ - sft
13
+ datasets:
14
+ - murataksit34/data-scientist-dialog-8k-en
15
  ---
16
 
17
+ # Qwen3-4B-DataScience
18
+
19
+ This model is tuned for decision-oriented data mining and applied data science assistance.
20
+
21
+ ## Training Setup
22
+ 1. Domain SFT: `murataksit34/data-scientist-dialog-8k-en`.
23
+
24
+ ## Dataset Test Highlights (murataksit34/data-scientist-dialog-8k-en)
25
+ - Total records: `2,611`
26
+ - Split: `train: 2,098 路 test: 255`
27
+ - Purity violations: `train=0, test=0`
28
+ - assistant_first_unique_ratio: `0.8430`
29
+ - assistant_final_unique_ratio: `1.0000`
30
 
31
+ ## Usage Note
32
+ Model behavior is optimized for decision-focused responses (method choice, alternatives, risk signals, validation planning).
 
33
 
34
+ ## Copyright
35
+ Copyright (c) Zero9 Tech
36
 
37
+ ## License
38
+ Apache-2.0