ehdwns1516 commited on
Commit
11c41c5
1 Parent(s): 4ca748a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -9
README.md CHANGED
@@ -1,24 +1,19 @@
1
  # klue-roberta-base-kornli
2
 
3
- This model trained with Korean dataset.
4
- Input premise sentence and hypothesis sentence.
5
- You can use English, but don't expect accuracy.
6
- If the context is longer than 1200 characters, the context may be cut in the middle and the result may not come out well.
7
 
8
  KLUE-RoBERTa-base-KorNLI DEMO: [Ainize DEMO](https://main-klue-roberta-base-kornli-ehdwns1516.endpoint.ainize.ai/)
9
-
10
  KLUE-RoBERTa-base-KorNLI API: [Ainize API](https://ainize.web.app/redirect?git_repo=https://github.com/ehdwns1516/klue-roberta-base_kornli)
11
 
12
  ## Overview
13
 
14
  Language model: klue/roberta-base
15
-
16
  Language: Korean
17
-
18
  Training data: [kakaobrain KorNLI](https://github.com/kakaobrain/KorNLUDatasets/tree/master/KorNLI)
19
-
20
  Eval data: [kakaobrain KorNLI](https://github.com/kakaobrain/KorNLUDatasets/tree/master/KorNLI)
21
-
22
  Code: See [Ainize Workspace](https://a966119d3186.ngrok.io/notebooks/DJ/KLUE-NLI/klue-roberta-base-kornli.ipynb)
23
 
24
  ## Usage
 
1
  # klue-roberta-base-kornli
2
 
3
+ * This model trained with Korean dataset.
4
+ * Input premise sentence and hypothesis sentence.
5
+ * You can use English, but don't expect accuracy.
6
+ * If the context is longer than 1200 characters, the context may be cut in the middle and the result may not come out well.
7
 
8
  KLUE-RoBERTa-base-KorNLI DEMO: [Ainize DEMO](https://main-klue-roberta-base-kornli-ehdwns1516.endpoint.ainize.ai/)
 
9
  KLUE-RoBERTa-base-KorNLI API: [Ainize API](https://ainize.web.app/redirect?git_repo=https://github.com/ehdwns1516/klue-roberta-base_kornli)
10
 
11
  ## Overview
12
 
13
  Language model: klue/roberta-base
 
14
  Language: Korean
 
15
  Training data: [kakaobrain KorNLI](https://github.com/kakaobrain/KorNLUDatasets/tree/master/KorNLI)
 
16
  Eval data: [kakaobrain KorNLI](https://github.com/kakaobrain/KorNLUDatasets/tree/master/KorNLI)
 
17
  Code: See [Ainize Workspace](https://a966119d3186.ngrok.io/notebooks/DJ/KLUE-NLI/klue-roberta-base-kornli.ipynb)
18
 
19
  ## Usage