Gresham commited on
Commit ·
7785274
1
Parent(s): edb5904
docs(): README.md
Browse files
README.md
CHANGED
|
@@ -18,38 +18,17 @@ configs:
|
|
| 18 |
---
|
| 19 |
|
| 20 |
``` shell
|
|
|
|
|
|
|
|
|
|
| 21 |
├── multi_turn
|
| 22 |
│ ├── few_shot_learning
|
| 23 |
-
│
|
| 24 |
-
│ │ ├── trec.jsonl
|
| 25 |
-
│ │ └── triviaqa.jsonl
|
| 26 |
│ ├── question_answering
|
| 27 |
-
│ │ ├── 2wikimqa.jsonl
|
| 28 |
-
│ │ ├── hotpotqa.jsonl
|
| 29 |
-
│ │ ├── multifieldqa_en.jsonl
|
| 30 |
-
│ │ ├── musique.jsonl
|
| 31 |
-
│ │ ├── narrativeqa.jsonl
|
| 32 |
-
│ │ └── qasper.jsonl
|
| 33 |
│ └── summarization
|
| 34 |
-
│ ├── gov_report.jsonl
|
| 35 |
-
│ ├── multi_news.jsonl
|
| 36 |
-
│ └── qmsum.jsonl
|
| 37 |
└── single_turn
|
| 38 |
├── few_shot_learning
|
| 39 |
-
│ ├── samsum.jsonl
|
| 40 |
-
│ ├── trec.jsonl
|
| 41 |
-
│ └── triviaqa.jsonl
|
| 42 |
├── needle_in_haystack
|
| 43 |
-
│ └── needlebench.jsonl
|
| 44 |
├── question_answering
|
| 45 |
-
│ ├── 2wikimqa.jsonl
|
| 46 |
-
│ ├── hotpotqa.jsonl
|
| 47 |
-
│ ├── multifieldqa_en.jsonl
|
| 48 |
-
│ ├── musique.jsonl
|
| 49 |
-
│ ├── narrativeqa.jsonl
|
| 50 |
-
│ └── qasper.jsonl
|
| 51 |
└── summarization
|
| 52 |
-
├── gov_report.jsonl
|
| 53 |
-
├── multi_news.jsonl
|
| 54 |
-
└── qmsum.jsonl
|
| 55 |
```
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
``` shell
|
| 21 |
+
.
|
| 22 |
+
├── README.md
|
| 23 |
+
├── conversations.jsonl
|
| 24 |
├── multi_turn
|
| 25 |
│ ├── few_shot_learning
|
| 26 |
+
│ ├── needle_in_haystack
|
|
|
|
|
|
|
| 27 |
│ ├── question_answering
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
│ └── summarization
|
|
|
|
|
|
|
|
|
|
| 29 |
└── single_turn
|
| 30 |
├── few_shot_learning
|
|
|
|
|
|
|
|
|
|
| 31 |
├── needle_in_haystack
|
|
|
|
| 32 |
├── question_answering
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
└── summarization
|
|
|
|
|
|
|
|
|
|
| 34 |
```
|