Commit ·
6cbc624
1
Parent(s): 3505144
Update README.md
Browse files
README.md
CHANGED
|
@@ -28,7 +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 |
-
Aquila2 is a base model that can be used for continuation.
|
| 32 |
|
| 33 |
```python
|
| 34 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
|
|
|
| 28 |
## Quick Start Aquila2-7B
|
| 29 |
|
| 30 |
### 1. Inference
|
| 31 |
+
Aquila2-7B is a base model that can be used for continuation.
|
| 32 |
|
| 33 |
```python
|
| 34 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|