ZhiyangQi97 commited on
Commit
f3e23bc
·
verified ·
1 Parent(s): 50e1891

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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"