jisukim8873 commited on
Commit
564205a
·
verified ·
1 Parent(s): e70109c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -1,3 +1,26 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
 
 
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)