Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1 |
# KitKat
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
## Categories
|
4 |
```
|
5 |
- allotjament: 90
|
@@ -31,16 +43,4 @@ Using the first example as a reference:
|
|
31 |
}
|
32 |
```
|
33 |
|
34 |
-
The field `slots` is a list of dictionaries with the following keys: text
|
35 |
-
|
36 |
-
## Usage
|
37 |
-
|
38 |
-
```python
|
39 |
-
from datasets import load_dataset
|
40 |
-
|
41 |
-
# Load entire dataset
|
42 |
-
kitkat = load_dataset("mapama247/kitkat") # 950 rows
|
43 |
-
|
44 |
-
# Load only exemples from a specific category
|
45 |
-
kitkat_allotjament = load_dataset("mapama247/kitkat", "allotjament") # 90 rows
|
46 |
-
```
|
|
|
1 |
# KitKat
|
2 |
|
3 |
+
## Usage
|
4 |
+
|
5 |
+
```python
|
6 |
+
from datasets import load_dataset
|
7 |
+
|
8 |
+
# Load entire dataset
|
9 |
+
kitkat = load_dataset("mapama247/kitkat") # 950 rows
|
10 |
+
|
11 |
+
# Load only exemples from a specific category
|
12 |
+
kitkat_allotjament = load_dataset("mapama247/kitkat", "allotjament") # 90 rows
|
13 |
+
```
|
14 |
+
|
15 |
## Categories
|
16 |
```
|
17 |
- allotjament: 90
|
|
|
43 |
}
|
44 |
```
|
45 |
|
46 |
+
The field `slots` is a list of dictionaries with the following keys: `text`, `tag`, `Start_char`, `End_char`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|