Mxode commited on
Commit
8914e05
1 Parent(s): b873dce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -9,6 +9,9 @@ task_categories:
9
  size_categories:
10
  - 1K<n<10K
11
  ---
 
 
 
12
  This is a collection of ~5000 QA's in **C Language** from StackOverflow. The data has been initially cleaned, and each response is with **Accepted Answer**.
13
  All data is **<500** in length.
14
 
@@ -19,5 +22,3 @@ The questions and answers were organized into a **one-line** format. A sample fo
19
  "answer": "As the documentation says, thepcap_closefunction closes the files associated with thepcap_tstructure passed to it. Closing the file again withfcloseis an error.\n"
20
  }
21
  ```
22
-
23
- More data (40k) can be found [here](https://huggingface.co/datasets/Mxode/StackOverflow-QA-C-Language-40k).
 
9
  size_categories:
10
  - 1K<n<10K
11
  ---
12
+
13
+ PS: More data (40k) can be found here [Mxode/StackOverflow-QA-C-Language-40k](https://huggingface.co/datasets/Mxode/StackOverflow-QA-C-Language-40k).
14
+
15
  This is a collection of ~5000 QA's in **C Language** from StackOverflow. The data has been initially cleaned, and each response is with **Accepted Answer**.
16
  All data is **<500** in length.
17
 
 
22
  "answer": "As the documentation says, thepcap_closefunction closes the files associated with thepcap_tstructure passed to it. Closing the file again withfcloseis an error.\n"
23
  }
24
  ```