BasitAliii commited on
Commit
4222849
·
verified ·
1 Parent(s): 79a0408

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -3
README.md CHANGED
@@ -1,3 +1,31 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ ---
5
+ license: mit
6
+ ---
7
+
8
+ # TechQA Dataset
9
+
10
+ **TechQA** is a synthetic instructional Q&A dataset for educational and fine-tuning purposes. It contains **3,000 examples** covering topics in Machine Learning, Data Structures, Algorithms, Python Programming, Web Development, and Databases.
11
+
12
+ The dataset was generated using templates to create diverse instructions and corresponding informative responses for each topic. It is suitable for training or evaluating language models in technical and educational domains.
13
+
14
+ ## Dataset Details
15
+
16
+ - **Number of samples:** 3,000
17
+ - **Categories included:**
18
+ - Machine Learning
19
+ - Data Structures
20
+ - Algorithms
21
+ - Python Programming
22
+ - Web Development
23
+ - Databases
24
+
25
+ - **Format:** JSON
26
+ Each example has the following fields:
27
+ ```json
28
+ {
29
+ "instruction": "Explain regression in machine learning.",
30
+ "output": "Regression is an important concept in Machine Learning. It plays a key role in understanding system design and implementation. In practical scenarios, it is used to improve efficiency, maintainability, and scalability."
31
+ }