Gray-Time-Kid commited on
Commit
e5928e2
·
verified ·
1 Parent(s): 2088b2e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
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")