Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,8 @@ library_name: transformers
|
|
| 13 |
|
| 14 |
## Model Summary
|
| 15 |
T3Q-qwen2.5-14b-v1.2-e2 is a post-trained version of the Qwen/Qwen2.5-14B-Instruct-1M model.
|
| 16 |
-
(LoRA-8-4-0.0001-cosine-32-16 with train_data_v1.2)
|
|
|
|
| 17 |
|
| 18 |
## Quick Start
|
| 19 |
Here provides a code snippet with `apply_chat_template` to show you how to load the tokenizer and model and how to generate contents.
|
|
|
|
| 13 |
|
| 14 |
## Model Summary
|
| 15 |
T3Q-qwen2.5-14b-v1.2-e2 is a post-trained version of the Qwen/Qwen2.5-14B-Instruct-1M model.
|
| 16 |
+
(LoRA-8-4-0.0001-cosine-32-16 with train_data_v1.2)
|
| 17 |
+

|
| 18 |
|
| 19 |
## Quick Start
|
| 20 |
Here provides a code snippet with `apply_chat_template` to show you how to load the tokenizer and model and how to generate contents.
|