joaomonteirof commited on
Commit
19fa5f0
·
verified ·
1 Parent(s): 845b6d9

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: topic
5
+ dtype: string
6
+ - name: context
7
+ dtype: string
8
+ - name: question
9
+ dtype: string
10
+ - name: answer
11
+ dtype: string
12
+ - name: full_predicted_answer
13
+ dtype: string
14
+ - name: cleaned_answer
15
+ dtype: string
16
+ - name: full_answer_retrieved_topic
17
+ dtype: string
18
+ - name: cleaned_answer_retrieved_topic
19
+ dtype: string
20
+ splits:
21
+ - name: mistral_large
22
+ num_bytes: 19065
23
+ num_examples: 22
24
+ - name: llama_3_70b_instruct
25
+ num_bytes: 17615
26
+ num_examples: 22
27
+ - name: gemini_pro
28
+ num_bytes: 18123
29
+ num_examples: 22
30
+ - name: gpt_4o
31
+ num_bytes: 17283
32
+ num_examples: 22
33
+ download_size: 81560
34
+ dataset_size: 72086
35
+ configs:
36
+ - config_name: default
37
+ data_files:
38
+ - split: mistral_large
39
+ path: data/mistral_large-*
40
+ - split: llama_3_70b_instruct
41
+ path: data/llama_3_70b_instruct-*
42
+ - split: gemini_pro
43
+ path: data/gemini_pro-*
44
+ - split: gpt_4o
45
+ path: data/gpt_4o-*
46
+ ---
data/gemini_pro-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86b159d7b9961aa4a5a737b2d604380c3b32b9ef467108285686ae59579bb519
3
+ size 20426
data/gpt_4o-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef1811a7e3158c7c67b6f0dba92f4cb883f5cd8f8eec257a0dc0adfa71ba1898
3
+ size 19470
data/llama_3_70b_instruct-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6942d9bda21d4fde8a4c2adf12c223a35ba32d0b2bcb6464da308956dc624c0
3
+ size 20470
data/mistral_large-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdf65a29283a3a9147ddb4e65ff50bf11a8b5b81d7f455a9bc2f914b6c88da8c
3
+ size 21194