shunxing1234 commited on
Commit
6d29ec4
1 Parent(s): d77378d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -28,6 +28,7 @@ The additional details of the Aquila model will be presented in the official tec
28
  ## Quick Start Aquila2-7B
29
 
30
  ### 1. Inference
 
31
 
32
  ```python
33
  from transformers import AutoTokenizer, AutoModelForCausalLM
 
28
  ## Quick Start Aquila2-7B
29
 
30
  ### 1. Inference
31
+ Aquila2 is a base model that can be used for continuation.
32
 
33
  ```python
34
  from transformers import AutoTokenizer, AutoModelForCausalLM