Update README.md
Browse files
README.md
CHANGED
@@ -29,6 +29,20 @@ configs:
|
|
29 |
|
30 |
This is a subset of "no_robots", selecting 400 questions from the test set.
|
31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
Code:
|
33 |
|
34 |
```python
|
|
|
29 |
|
30 |
This is a subset of "no_robots", selecting 400 questions from the test set.
|
31 |
|
32 |
+
| category | messages |
|
33 |
+
|:-----------|-----------:|
|
34 |
+
| Brainstorm | 36 |
|
35 |
+
| Chat | 101 |
|
36 |
+
| Classify | 16 |
|
37 |
+
| Closed QA | 15 |
|
38 |
+
| Coding | 16 |
|
39 |
+
| Extract | 7 |
|
40 |
+
| Generation | 129 |
|
41 |
+
| Open QA | 34 |
|
42 |
+
| Rewrite | 21 |
|
43 |
+
| Summarize | 25 |
|
44 |
+
|
45 |
+
|
46 |
Code:
|
47 |
|
48 |
```python
|