Update README.md
Browse files
README.md
CHANGED
|
@@ -34,6 +34,7 @@ Unlike response-generation models, this version is trained to **predict client f
|
|
| 34 |
## ⚙️ Usage Example
|
| 35 |
|
| 36 |
```python
|
|
|
|
| 37 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 38 |
|
| 39 |
model_id = "UEC-InabaLab/Llama-3.1-KokoroChat-ScorePrediction"
|
|
|
|
| 34 |
## ⚙️ Usage Example
|
| 35 |
|
| 36 |
```python
|
| 37 |
+
# -*- coding: utf-8 -*-
|
| 38 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 39 |
|
| 40 |
model_id = "UEC-InabaLab/Llama-3.1-KokoroChat-ScorePrediction"
|