abhinav-joshi
commited on
Merge branch 'main' of https://huggingface.co/spaces/Exploration-Lab/IL-TUR-Leaderboard
Browse files- requirements.txt +1 -1
- submissions/baseline/baseline.csv +2 -0
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
seaborn
|
2 |
scipy
|
3 |
datasets==2.14.5
|
4 |
-
gradio
|
5 |
huggingface-hub==0.18.0
|
6 |
numpy==1.24.2
|
7 |
APScheduler==3.10.1
|
|
|
1 |
seaborn
|
2 |
scipy
|
3 |
datasets==2.14.5
|
4 |
+
gradio
|
5 |
huggingface-hub==0.18.0
|
6 |
numpy==1.24.2
|
7 |
APScheduler==3.10.1
|
submissions/baseline/baseline.csv
CHANGED
@@ -3,3 +3,5 @@ Unnamed: 0,index,Method,Submitted By,L-NER,RR,CJPE,BAIL,LSI,PCR,SUMM,Average
|
|
3 |
,0,baseline2,baseline2,0,0,0,0,0,0,0,0
|
4 |
,0,baseline,baseline,0,0,0,0,0,0,0,0
|
5 |
,0,random,random,0,0,0,0,0,0,0,0
|
|
|
|
|
|
3 |
,0,baseline2,baseline2,0,0,0,0,0,0,0,0
|
4 |
,0,baseline,baseline,0,0,0,0,0,0,0,0
|
5 |
,0,random,random,0,0,0,0,0,0,0,0
|
6 |
+
,0,random2,random22,0,0,0,0,0,0,0,0
|
7 |
+
,0,random5,random55,0,0,0,0,0,0,0,0
|