Jsoo commited on
Commit
d7bae65
·
verified ·
1 Parent(s): 09060a3

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ metrics:
4
+ - Recall, MRR, MAP
5
+ base_model:
6
+ - nlpai-lab/KURE-v1
7
+ ---
8
+
9
+
10
+ # Model Versions
11
+ | Model Name | Dimension | Sequence Length | Introduction |
12
+ |:----:|:---:|:---:|:---:|
13
+ | [squard-v1](https://huggingface.co/Jsoo/squad-v1) | 1024 | 8192 | Fine-tuned [nlpai-lab/KURE-v1](https://huggingface.co/nlpai-lab/KURE-v1) with Korean franchise data
14
+
15
+
16
+ # Model Description
17
+ - License: MIT
18
+ - Finetuned from model: nlpai-lab/KURE-v1
19
+
20
+
21
+
22
+ |Metric|Score|
23
+ |:---:|:---:|
24
+ |Recall@1|0.3111|
25
+ |Recall@5|0.9694|
26
+ |Recall@10|1.0000|
27
+ |MRR|0.9569|
28
+ |MAP|0.9286|