beyoru commited on
Commit
8af3d8a
·
verified ·
1 Parent(s): 8fa1ecc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- base_model: unsloth/Qwen3-0.6B
3
  tags:
4
  - text-generation-inference
5
  - transformers
@@ -10,12 +10,15 @@ language:
10
  - en
11
  ---
12
 
13
- # Uploaded finetuned model
 
 
 
 
 
 
 
 
14
 
15
- - **Developed by:** beyoru
16
- - **License:** apache-2.0
17
- - **Finetuned from model :** unsloth/Qwen3-0.6B
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
+ base_model: Qwen/Qwen3-0.6B
3
  tags:
4
  - text-generation-inference
5
  - transformers
 
10
  - en
11
  ---
12
 
13
+ # General:
14
+
15
+ The model was trained to improve the reasoning and output of the Qwen3-0.6B
16
+
17
+ # Eval:
18
+ *in process*
19
+
20
+ # Method:
21
+ ...
22
 
 
 
 
23
 
 
24