wilsontam commited on
Commit
f493c9f
1 Parent(s): 65e2b86

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: "en"
3
+ tags:
4
+ - dstc10
5
+ - knowledge title-body validation
6
+ widget:
7
+ - text: "[CLS] Can you accommodate large groups? [SEP] It does not offer free WiFi. [SEP]"
8
+ - text: "[CLS] Is there a gym on site? [SEP] It does not have an onsite fitness center. [SEP]"
9
+ ---
10
+ This is the model used for knowledge clustering where we feed title-body pair and the classifier predicts if the pair is valid or not.
11
+ For further information, please refer to https://github.com/yctam/dstc10_track2_task2 for the Github repository.
12
+ ---