Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1 |
---
|
2 |
-
license:
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
language:
|
4 |
+
- ko
|
5 |
+
tags:
|
6 |
+
- DPR
|
7 |
+
- Classification
|
8 |
+
- RAG
|
9 |
---
|
10 |
+
## Model Details
|
11 |
+
* Model Description: Fine-tuned facebook/nllb-200-distilled-600M model
|
12 |
+
* Developed by: Jisu Kim, TakSung Heo, Minsu Jeong, and Juhwan Lee
|
13 |
+
* Model Type: Classification
|
14 |
+
* License: CC-BY-4.0
|
15 |
+
|
16 |
+
|
17 |
+
## Dataset
|
18 |
+
* [AI-hub dataset](https://www.aihub.or.kr/)
|
19 |
+
|
20 |
+
|
21 |
+
## Uses
|
22 |
+
This model can be used for context extraction.
|
23 |
+
|
24 |
+
|
25 |
+
## Source Code
|
26 |
+
[SelectionModel](https://github.com/trailerAI/SelectionModel/blob/main/README.md)
|