Datasets:
cryptexcode
commited on
Commit
•
4be2d62
1
Parent(s):
57ec108
Update README.md
Browse files
README.md
CHANGED
@@ -95,12 +95,19 @@ jumbo _ _ I-MusicalWork
|
|
95 |
|
96 |
|
97 |
### Data Splits
|
98 |
-
|
99 |
Train, Dev, and Test splits are provided
|
100 |
|
101 |
## Dataset Creation
|
102 |
TBD
|
103 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
104 |
|
105 |
### Licensing Information
|
106 |
CC BY 4.0
|
|
|
95 |
|
96 |
|
97 |
### Data Splits
|
|
|
98 |
Train, Dev, and Test splits are provided
|
99 |
|
100 |
## Dataset Creation
|
101 |
TBD
|
102 |
|
103 |
+
## Loading the Dataset
|
104 |
+
```python
|
105 |
+
from datasets import load_dataset
|
106 |
+
|
107 |
+
english_data = load_dataset('MultiCoNER/multiconer_v2', 'English (EN)')
|
108 |
+
|
109 |
+
```
|
110 |
+
|
111 |
|
112 |
### Licensing Information
|
113 |
CC BY 4.0
|