heegyu commited on
Commit
061d9c7
β€’
1 Parent(s): e0bc742

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ language:
32
  ```python
33
  from transformers import pipeline
34
 
35
- pipe = pipeline("text-classification", model="heegyu/1229-korm-klue-roberta-large-safety-128-1e-5")
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] μ•Œλ €λ“œλ¦΄ 수 μ—†μŠ΅λ‹ˆλ‹€"""))