Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# ShooterGTU Architecture Dataset
|
2 |
|
3 |
This dataset contains a JSON file describing the event-driven architecture
|
@@ -15,4 +29,4 @@ You can load this dataset using the `datasets` library:
|
|
15 |
```python
|
16 |
from datasets import load_dataset
|
17 |
|
18 |
-
dataset = load_dataset("username/shootergtu-architecture", data_files="architecture.json")
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- code
|
9 |
+
pretty_name: ShooterGTU Architecture
|
10 |
+
size_categories:
|
11 |
+
- n<1K
|
12 |
+
---
|
13 |
+
|
14 |
+
|
15 |
# ShooterGTU Architecture Dataset
|
16 |
|
17 |
This dataset contains a JSON file describing the event-driven architecture
|
|
|
29 |
```python
|
30 |
from datasets import load_dataset
|
31 |
|
32 |
+
dataset = load_dataset("username/shootergtu-architecture", data_files="architecture.json")
|