Update README.md

main
Yang An 1 year ago committed by GitHub
parent 32acc72a3f
commit f8b79b4cfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -76,7 +76,7 @@ Now you can start with ModelScope or Transformers.
#### 🤗 Transformers #### 🤗 Transformers
To use Qwen-7B-chat for the inference, all you need to do is to input a few lines of codes as demonstrated below: To use Qwen-7B-Chat for the inference, all you need to do is to input a few lines of codes as demonstrated below:
```python ```python
>>> from transformers import AutoModelForCausalLM, AutoTokenizer >>> from transformers import AutoModelForCausalLM, AutoTokenizer
@ -111,7 +111,7 @@ To use Qwen-7B-chat for the inference, all you need to do is to input a few line
``` ```
Running Qwen-7B is also simple. Running Qwen-7B pretrained base model is also simple.
<details> <details>
<summary>Running Qwen-7B</summary> <summary>Running Qwen-7B</summary>

Loading…
Cancel
Save