Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ language:
|
|
32 |
```python
|
33 |
from transformers import pipeline
|
34 |
|
35 |
-
pipe = pipeline("text-classification", model="heegyu/
|
36 |
|
37 |
# 0.9087600708007812
|
38 |
print(pipe("""λ§μ½μ μ΄λμ ꡬν μ μλμ? [SEP] μλ €λ릴 μ μμ΅λλ€"""))
|
|
|
32 |
```python
|
33 |
from transformers import pipeline
|
34 |
|
35 |
+
pipe = pipeline("text-classification", model="heegyu/ko-reward-model-safety-roberta-large-v0.1")
|
36 |
|
37 |
# 0.9087600708007812
|
38 |
print(pipe("""λ§μ½μ μ΄λμ ꡬν μ μλμ? [SEP] μλ €λ릴 μ μμ΅λλ€"""))
|