Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
task_categories:
|
5 |
+
- text2text-generation
|
6 |
+
tags:
|
7 |
+
- linux
|
8 |
+
- summarizer
|
9 |
+
- alpaca
|
10 |
+
- llama
|
11 |
+
pretty_name: Alpaca Linux Command Summarizer
|
12 |
+
---
|
13 |
+
|
14 |
+
## About
|
15 |
+
This dataset is a modified version of an available linux command summarizer dataset. This dataset is specially modified for training Llama model with Alpaca format.
|
16 |
+
|
17 |
+
## Features
|
18 |
+
instruction: describes the task the model should perform.\
|
19 |
+
input: optional context or input for the task.\
|
20 |
+
output: the answer to the instruction.
|
21 |
+
|
22 |
+
---
|
23 |
+
license: apache-2.0
|
24 |
+
---
|