Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,8 @@ license: mit
|
|
13 |
|
14 |
ExtAgents is a framework for scaling external knowledge input beyond the context length of LLMs via multi-agent collaboration.
|
15 |
|
|
|
|
|
16 |
## Setup
|
17 |
|
18 |
```bash
|
@@ -45,6 +47,8 @@ The data should be organized as follows:
|
|
45 |
└── longbook_qa_chn.jsonl
|
46 |
```
|
47 |
|
|
|
|
|
48 |
## Usage
|
49 |
|
50 |
### Generation
|
|
|
13 |
|
14 |
ExtAgents is a framework for scaling external knowledge input beyond the context length of LLMs via multi-agent collaboration.
|
15 |
|
16 |
+

|
17 |
+
|
18 |
## Setup
|
19 |
|
20 |
```bash
|
|
|
47 |
└── longbook_qa_chn.jsonl
|
48 |
```
|
49 |
|
50 |
+
**Update**: We have uploaded the long context Q&A datasets both before and after enhancement to [Hugging Face](https://huggingface.co/datasets/zhennan1/ExtAgents). `original` refers to the original dataset, `full-enhanced` indicates the fully enhanced dataset, and `partial-enhanced` signifies the partially enhanced dataset, where only samples with a length not exceeding 128k tokens have been augmented. Welcome to download and use!
|
51 |
+
|
52 |
## Usage
|
53 |
|
54 |
### Generation
|