cym2784841400
commited on
Commit
•
702d49a
1
Parent(s):
094ab01
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
This model is based on [`Qwen/Qwen2.5-Math-7B-Instruct`](https://huggingface.co/Qwen/Qwen2.5-Math-7B-Instruct) (commit 33c19302) and has not made changes to the model itself.
|
2 |
|
3 |
We added a special Custom Handler (`handler.py` and other necessary files, dependencies, etc) to the model.
|
4 |
|
5 |
-
For more information, please refer to the original model card.
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- Qwen/Qwen2.5-Math-7B-Instruct
|
7 |
+
library_name: transformers
|
8 |
+
license_link: https://huggingface.co/Qwen/Qwen2.5-Math-7B-Instruct/blob/main/LICENSE
|
9 |
+
pipeline_tag: text-generation
|
10 |
+
---
|
11 |
This model is based on [`Qwen/Qwen2.5-Math-7B-Instruct`](https://huggingface.co/Qwen/Qwen2.5-Math-7B-Instruct) (commit 33c19302) and has not made changes to the model itself.
|
12 |
|
13 |
We added a special Custom Handler (`handler.py` and other necessary files, dependencies, etc) to the model.
|
14 |
|
15 |
+
For more information, please refer to the original model card.
|