Commit
·
59e9bad
1
Parent(s):
4816cbf
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Similarity between two sentences (fine-tuning with KoELECTRA-Small-v3 model and KorSTS dataset)
|
2 |
|
3 |
## Usage (Amazon SageMaker inference applicable)
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- ko
|
4 |
+
tags:
|
5 |
+
- classification
|
6 |
+
license: cc-by-4.0
|
7 |
+
datasets:
|
8 |
+
- korsts
|
9 |
+
metrics:
|
10 |
+
- accuracy
|
11 |
+
---
|
12 |
+
|
13 |
+
|
14 |
# Similarity between two sentences (fine-tuning with KoELECTRA-Small-v3 model and KorSTS dataset)
|
15 |
|
16 |
## Usage (Amazon SageMaker inference applicable)
|