albertvillanova HF staff commited on
Commit
64179b8
1 Parent(s): c041854

Fix language and license tag names (#1)

Browse files

- Fix language and license tag names (32468be3a09053aae01cf97eecb669a6abe951cc)

Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -1,9 +1,10 @@
1
  ---
2
  annotations_creators:
3
  - Abhinav Walia (Owner)
4
- languages:
5
  - en
6
- licenses: "Database: Open Database, Contents: Database Contents"
 
7
  ---
8
 
9
 
@@ -47,4 +48,7 @@ Inspiration: This dataset is getting more interested because of more features ad
47
 
48
  the ner_dataset.csv was modified to have a similar data Structure as [CoNLL-2003 dataset](https://huggingface.co/datasets/conll2003)
49
 
 
 
 
50
 
 
1
  ---
2
  annotations_creators:
3
  - Abhinav Walia (Owner)
4
+ language:
5
  - en
6
+ license:
7
+ - odbl
8
  ---
9
 
10
 
 
48
 
49
  the ner_dataset.csv was modified to have a similar data Structure as [CoNLL-2003 dataset](https://huggingface.co/datasets/conll2003)
50
 
51
+ ## Licensing information
52
+
53
+ Database: Open Database, Contents: Database Contents.
54