stefan-it commited on
Commit
1a34bec
1 Parent(s): 93d664e

readme: add language tag

Browse files

Hi,

as part of the #Hacktoberfest [2023](https://github.com/huggingface/hub-docs/issues/986) this MR extends the dataset metadata and adds a language tag.

Happy merging!

Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -1,7 +1,9 @@
1
  ---
2
  configs:
3
  - config_name: factiva
4
- data_files: "factiva.jsonl"
5
  - config_name: nexis
6
- data_files: "nexis.jsonl"
 
 
7
  ---
 
1
  ---
2
  configs:
3
  - config_name: factiva
4
+ data_files: factiva.jsonl
5
  - config_name: nexis
6
+ data_files: nexis.jsonl
7
+ language:
8
+ - it
9
  ---