codefuse-admin
commited on
Commit
•
bd747c4
1
Parent(s):
8d6c76c
Update README.md
Browse files
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
|