Daemontatox
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,22 +1,47 @@
|
|
1 |
-
|
|
|
2 |
base_model: AIDC-AI/Marco-o1
|
3 |
tags:
|
4 |
-
- text-generation-inference
|
5 |
-
- transformers
|
6 |
-
- unsloth
|
7 |
-
- qwen2
|
8 |
-
- trl
|
9 |
license: apache-2.0
|
10 |
language:
|
11 |
-
- en
|
|
|
|
|
12 |
---
|
13 |
|
14 |
-
#
|
15 |
|
16 |
- **Developed by:** Daemontatox
|
17 |
-
- **
|
18 |
-
- **
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
-
|
21 |
|
22 |
-
|
|
|
1 |
+
# Model Card: THOTH_R
|
2 |
+
|
3 |
base_model: AIDC-AI/Marco-o1
|
4 |
tags:
|
5 |
+
- text-generation-inference
|
6 |
+
- transformers
|
7 |
+
- unsloth
|
8 |
+
- qwen2
|
9 |
+
- trl
|
10 |
license: apache-2.0
|
11 |
language:
|
12 |
+
- en
|
13 |
+
library_name: transformers
|
14 |
+
|
15 |
---
|
16 |
|
17 |
+
# Model Overview
|
18 |
|
19 |
- **Developed by:** Daemontatox
|
20 |
+
- **Base Model:** AIDC-AI/Marco-o1
|
21 |
+
- **License:** Apache-2.0
|
22 |
+
|
23 |
+
The **THOTH_R** model is a Qwen2-based large language model (LLM) optimized for high-performance text generation tasks. With its streamlined training process and efficient architecture, THOTH_R is a reliable solution for diverse applications requiring natural language understanding and generation.
|
24 |
+
|
25 |
+
---
|
26 |
+
|
27 |
+
# Key Features
|
28 |
+
|
29 |
+
- **Accelerated Training:**
|
30 |
+
- Trained **2x faster** with [Unsloth](https://github.com/unslothai/unsloth), a robust training optimization framework.
|
31 |
+
- Integrated with Hugging Face's **TRL** (Transformers Reinforcement Learning) library, enhancing its task-specific adaptability.
|
32 |
+
|
33 |
+
- **Primary Use Cases:**
|
34 |
+
- Text generation
|
35 |
+
- Creative content creation
|
36 |
+
- Dialogue and conversational AI systems
|
37 |
+
- Question-answering systems
|
38 |
+
|
39 |
+
---
|
40 |
+
|
41 |
+
# Acknowledgements
|
42 |
+
|
43 |
+
The fine-tuning of THOTH_R was accomplished with love and precision using [Unsloth](https://github.com/unslothai/unsloth).
|
44 |
|
45 |
+
[![Unsloth](https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png)](https://github.com/unslothai/unsloth)
|
46 |
|
47 |
+
For collaboration, feedback, or contributions, visit the repository or connect with the developers.
|