Safetensors
Korean
new
reranker
korean
custom_code
sigridjineth commited on
Commit
b54f8d0
ยท
verified ยท
1 Parent(s): dc6559b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -53,9 +53,9 @@ model = AutoModelForSequenceClassification.from_pretrained(
53
  model.eval()
54
 
55
  pairs = [
56
- ["ไธญๅ›ฝ็š„้ฆ–้ƒฝๅœจๅ“ชๅ„ฟ","ๅŒ—ไบฌ"],
57
- ["what is the capital of China?", "ๅŒ—ไบฌ"],
58
- ["how to implement quick sort in python?","Introduction of quick sort"]
59
  ]
60
 
61
  with torch.no_grad():
 
53
  model.eval()
54
 
55
  pairs = [
56
+ ["์ค‘๊ตญ์˜ ์ˆ˜๋„๋Š”","๋ฒ ์ด์ง•"],
57
+ ["2024๋…„ ๋Œ€ํ•œ๋ฏผ๊ตญ ๋Œ€ํ†ต๋ น์€?", "๋Œ€ํ•œ๋ฏผ๊ตญ ๋Œ€ํ†ต๋ น์€ ์œค์„์—ด์ด๋‹ค"],
58
+ ["ํŒŒ์ด์ฌ์—์„œ ํ€ต ์†ŒํŠธ๋ฅผ ๊ตฌํ˜„ํ•˜๊ธฐ","quick sort๋กœ ์ฝ”ํ…Œ 1๋“ฑ ๋จน์–ด๋ณด์ž"]
59
  ]
60
 
61
  with torch.no_grad():