ehristoforu
commited on
Commit
•
c8b380d
1
Parent(s):
96d013d
Update README.md
Browse files
README.md
CHANGED
@@ -1,23 +1,31 @@
|
|
1 |
---
|
2 |
-
base_model:
|
|
|
3 |
tags:
|
4 |
- text-generation-inference
|
5 |
- transformers
|
6 |
-
-
|
7 |
- qwen2
|
|
|
|
|
|
|
|
|
8 |
- trl
|
9 |
- sft
|
10 |
license: apache-2.0
|
11 |
language:
|
12 |
- en
|
|
|
|
|
13 |
---
|
|
|
14 |
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
-
- **Developed by:** ehristoforu
|
18 |
-
- **License:** apache-2.0
|
19 |
-
- **Finetuned from model :** unsloth/Qwen2.5-14B-Instruct-bnb-4bit
|
20 |
|
21 |
-
|
22 |
-
|
23 |
-
[<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:
|
3 |
+
- Qwen/Qwen2.5-14B-Instruct
|
4 |
tags:
|
5 |
- text-generation-inference
|
6 |
- transformers
|
7 |
+
- rqwen
|
8 |
- qwen2
|
9 |
+
- qwen2.5
|
10 |
+
- instruct
|
11 |
+
- chat
|
12 |
+
- ehristoforu
|
13 |
- trl
|
14 |
- sft
|
15 |
license: apache-2.0
|
16 |
language:
|
17 |
- en
|
18 |
+
- ru
|
19 |
+
pipeline_tag: text-generation
|
20 |
---
|
21 |
+
# **RQwen** v0.1
|
22 |
|
23 |
+
## Short info
|
24 |
+
- **Developed by**: ehristoforu
|
25 |
+
- **Base model**: Qwen/Qwen2.5-14B-Instruct
|
26 |
+
- **Type model**: Qwen2 Instruct (ChatML)
|
27 |
+
- **Languages**: English, *Russian*
|
28 |
+
- **Features**: reflection tuning, logic and deep work with context
|
29 |
|
|
|
|
|
|
|
30 |
|
31 |
+
### GGUF format: *coming soon...*
|
|
|
|