Psycho Pechnoi commited on
Commit
b043f8e
·
verified ·
1 Parent(s): 7502186

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -11,7 +11,6 @@ tags:
11
  language:
12
  - en
13
  - zh
14
- - ru
15
  pipeline_tag: text-generation
16
  library_name: transformers
17
  ---
@@ -30,9 +29,10 @@ The model is distilled from the original DeepSeek-R1 and uses the Qwen-2.5-7B ar
30
  ## Usage
31
 
32
  Install Requirements:
 
33
  **pip install -U transformers -U bitsandbytes>=0.46.1**
34
 
35
- Use the model:
36
  ```python
37
  from transformers import AutoModelForCausalLM, AutoTokenizer
38
  import torch
 
11
  language:
12
  - en
13
  - zh
 
14
  pipeline_tag: text-generation
15
  library_name: transformers
16
  ---
 
29
  ## Usage
30
 
31
  Install Requirements:
32
+
33
  **pip install -U transformers -U bitsandbytes>=0.46.1**
34
 
35
+ **Use the model:**
36
  ```python
37
  from transformers import AutoModelForCausalLM, AutoTokenizer
38
  import torch