PKU-ML commited on
Commit
aecfad2
·
verified ·
1 Parent(s): dcdb208

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -7,7 +7,7 @@ language:
7
  metrics:
8
  - accuracy
9
  base_model:
10
- - Qwen/Qwen2.5-3B-Instruct
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-3B-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
  ```
 
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
  ```