daekeun-ml commited on
Commit
c14acc9
1 Parent(s): e333270

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Similarity between two sentences (fine tuning with KoELECTRA-Small-v3 model and KorSTS dataset)
2
 
3
  ## Usage (Amazon SageMaker inference applicable)
4
  It uses the interface of the SageMaker Inference Toolkit as is, so it can be easily deployed to SageMaker Endpoint.
@@ -114,4 +114,4 @@ def output_fn(outputs, accept="application/jsonlines"):
114
 
115
  ## References
116
  - KoELECTRA: https://github.com/monologg/KoELECTRA
117
- - KorNLI and KorSTS: https://github.com/kakaobrain/KorNLUDatasets
 
1
+ # Similarity between two sentences (fine-tuning with KoELECTRA-Small-v3 model and KorSTS dataset)
2
 
3
  ## Usage (Amazon SageMaker inference applicable)
4
  It uses the interface of the SageMaker Inference Toolkit as is, so it can be easily deployed to SageMaker Endpoint.
 
114
 
115
  ## References
116
  - KoELECTRA: https://github.com/monologg/KoELECTRA
117
+ - KorNLI and KorSTS Dataset: https://github.com/kakaobrain/KorNLUDatasets