VeryMadSoul
commited on
Commit
•
3fbc249
1
Parent(s):
afe82d6
Upload sample_data.csv
Browse files- sample_data.csv +21 -0
sample_data.csv
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
model,prompt,issue
|
2 |
+
C4ai-command-r,description,other_syntactic_error
|
3 |
+
gpt3.5-turbo,description+tech_file,wrong_type
|
4 |
+
llamma3-7B,description,wrong_type
|
5 |
+
lamma3-70B,description+tech_file+example,other_syntactic_error
|
6 |
+
lamma3-70B,description,other_syntactic_error
|
7 |
+
llamma3-7B,description+tech_file,wrong_type
|
8 |
+
Mistral-7B,description,wrong_type
|
9 |
+
gemma1-7b,description,missing_declaration
|
10 |
+
gemma1-7b,description+tech_file,wrong_type
|
11 |
+
llamma3-7B,description+tech_file+example,start_token
|
12 |
+
Mistral-7B,description,start_token
|
13 |
+
gemma1-7b,description+tech_file+example,missing_declaration
|
14 |
+
gpt4-turbo,description,missing_declaration
|
15 |
+
lamma3-70B,description+tech_file+example,wrong_type
|
16 |
+
gpt3.5-turbo,description+tech_file+example,missing_declaration
|
17 |
+
C4ai-command-r,description,semantic_error
|
18 |
+
Mistral-7B,description+tech_file+example,semantic_error
|
19 |
+
gemma1-7b,description+tech_file,semantic_error
|
20 |
+
C4ai-command-r,description+tech_file+example,other_syntactic_error
|
21 |
+
gemma1-7b,description,start_token
|