YimingZeng commited on
Commit
4ffd249
·
verified ·
1 Parent(s): 37b05e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -6,7 +6,7 @@ base_model:
6
  ---
7
 
8
 
9
- The following example illustrates how to load the FineEdit-XL adapter for inference. For FineEdit-XL, we use Qwen2.5-3B-Instruct as the base model.
10
 
11
  ```python
12
  from transformers import AutoModelForCausalLM, AutoTokenizer
 
6
  ---
7
 
8
 
9
+ The following example illustrates how to load the FineEdit-XL adapter for inference. For FineEdit-Pro, we use Qwen2.5-3B-Instruct as the base model.
10
 
11
  ```python
12
  from transformers import AutoModelForCausalLM, AutoTokenizer