Pongsasit commited on
Commit
e7e046d
1 Parent(s): 2674f73

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ Use the code below to get started with the model.
29
 
30
  from sentence_transformers.cross_encoder import CrossEncoder
31
 
32
- model = CrossEncoder("Pongsasit/mod-th-cross-encoder")
33
 
34
  scores = model.predict([["อาหารตามสั่ง", "หมู เห็ด เป็ด ไก่"], ["อาหารตามสั่ง", "รถ เรือ เครื่องบิน จักรยาน"]])
35
 
 
29
 
30
  from sentence_transformers.cross_encoder import CrossEncoder
31
 
32
+ model = CrossEncoder("Pongsasit/mod-th-cross-encoder-minilm")
33
 
34
  scores = model.predict([["อาหารตามสั่ง", "หมู เห็ด เป็ด ไก่"], ["อาหารตามสั่ง", "รถ เรือ เครื่องบิน จักรยาน"]])
35