grimulkan commited on
Commit
aeddbd5
·
verified ·
1 Parent(s): d007ffa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -4,12 +4,20 @@ license: apache-2.0
4
 
5
  This was meant to be training data to teach an LLM to do some basic document editing tasks.
6
 
7
- **File:** wikipedia_word_sub.json
 
8
  **Input:** 150 Wikipedia articles + A request to substitute one word for another (usually a synonym)
 
9
  **Output:** The same article, with the word substituted as requested
 
10
  **Format:** Fastchat
11
 
12
- **File:** wikipedia_err_correct.json
 
 
 
13
  **Input:** 224 Wikipedia articles with typos and other errors introduced randomly using the python [typo library](https://pypi.org/project/typo/) + A request to fix errors
 
14
  **Output:** The original article (presumably, without errors)
 
15
  **Format:** Fastchat
 
4
 
5
  This was meant to be training data to teach an LLM to do some basic document editing tasks.
6
 
7
+ # File: wikipedia_word_sub.json
8
+
9
  **Input:** 150 Wikipedia articles + A request to substitute one word for another (usually a synonym)
10
+
11
  **Output:** The same article, with the word substituted as requested
12
+
13
  **Format:** Fastchat
14
 
15
+
16
+
17
+ # File: wikipedia_err_correct.json
18
+
19
  **Input:** 224 Wikipedia articles with typos and other errors introduced randomly using the python [typo library](https://pypi.org/project/typo/) + A request to fix errors
20
+
21
  **Output:** The original article (presumably, without errors)
22
+
23
  **Format:** Fastchat