kaleinaNyan commited on
Commit
7cac69f
·
verified ·
1 Parent(s): 62d0c47
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -1,11 +1,11 @@
1
- ---
2
- license: apache-2.0
3
- language:
4
- - en
5
- - ru
6
- base_model:
7
- - Qwen/Qwen2.5-14B-Instruct
8
- ---
9
 
10
  ## Description
11
 
@@ -51,7 +51,7 @@ Problem description<|im_end|>
51
 
52
  I use [unsloth](https://github.com/unslothai/unsloth) and recommend you do the same:
53
  ```python
54
- import transformers
55
 
56
  model, tokenizer = FastLanguageModel.from_pretrained(
57
  model_name='kaleinaNyan/eule-qwen2.5instruct-14b-111224'
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ - ru
6
+ base_model:
7
+ - Qwen/Qwen2.5-14B-Instruct
8
+ ---
9
 
10
  ## Description
11
 
 
51
 
52
  I use [unsloth](https://github.com/unslothai/unsloth) and recommend you do the same:
53
  ```python
54
+ from unsloth import FastLanguageModel
55
 
56
  model, tokenizer = FastLanguageModel.from_pretrained(
57
  model_name='kaleinaNyan/eule-qwen2.5instruct-14b-111224'