codefuse-admin commited on
Commit
bd747c4
1 Parent(s): 8d6c76c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -46,14 +46,13 @@ We tested the results of Zero-shot and Five-shot respectively. Our 7B and 14B se
46
  # Quickstart
47
  We provide simple examples to illustrate how to quickly use Devops-Model-Chat models with 🤗 Transformers.
48
 
49
- ## 依赖项安装
50
- 下载模型后,直接通过以下命令安装 requirements.txt 中的包就可以
51
  ```bash
52
  cd path_to_download_model
53
  pip install -r requirements.txt
54
  ```
55
 
56
- ## 模型推理示例
57
 
58
  ```python
59
  from transformers import AutoModelForCausalLM, AutoTokenizer
 
46
  # Quickstart
47
  We provide simple examples to illustrate how to quickly use Devops-Model-Chat models with 🤗 Transformers.
48
 
49
+ ## Requirement
 
50
  ```bash
51
  cd path_to_download_model
52
  pip install -r requirements.txt
53
  ```
54
 
55
+ ## Model Example
56
 
57
  ```python
58
  from transformers import AutoModelForCausalLM, AutoTokenizer