Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ Explore other models and datasets in the [Taiwanese Hokkien LLM collection](http
|
|
31 |
- Ensure there's a newline at the end.
|
32 |
|
33 |
## Usage Example
|
34 |
-
```
|
35 |
from transformers import AutoModelForCausalLM, AutoTokenizer, TextGenerationPipeline
|
36 |
import torch
|
37 |
import accelerate
|
|
|
31 |
- Ensure there's a newline at the end.
|
32 |
|
33 |
## Usage Example
|
34 |
+
```python
|
35 |
from transformers import AutoModelForCausalLM, AutoTokenizer, TextGenerationPipeline
|
36 |
import torch
|
37 |
import accelerate
|