Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ language:
|
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
base_model:
|
| 10 |
-
- Qwen/Qwen2.5-
|
| 11 |
pipeline_tag: text-generation
|
| 12 |
tags:
|
| 13 |
- graph
|
|
@@ -42,7 +42,7 @@ For more details, please refer to our [paper](https://arxiv.org/pdf/2505.18499)
|
|
| 42 |
|
| 43 |
## Requirements
|
| 44 |
|
| 45 |
-
The model is trained based on Qwen/Qwen2.5-
|
| 46 |
|
| 47 |
With `transformers<4.37.0`, you will encounter the following error:
|
| 48 |
```
|
|
|
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
base_model:
|
| 10 |
+
- Qwen/Qwen2.5-7B-Instruct
|
| 11 |
pipeline_tag: text-generation
|
| 12 |
tags:
|
| 13 |
- graph
|
|
|
|
| 42 |
|
| 43 |
## Requirements
|
| 44 |
|
| 45 |
+
The model is trained based on Qwen/Qwen2.5-7B-Instruct. The code of Qwen2.5 has been in the latest Hugging face `transformers` and we advise you to use the latest version of `transformers`.
|
| 46 |
|
| 47 |
With `transformers<4.37.0`, you will encounter the following error:
|
| 48 |
```
|