feat: init baike dataset
Browse files- .gitattributes +2 -0
- baike_qa_train.jsonl.gz +3 -0
- dataset_infos.json +1 -0
.gitattributes
CHANGED
@@ -51,3 +51,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
51 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
52 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
53 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
51 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
52 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
53 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
54 |
+
baike_qa_train.jsonl filter=lfs diff=lfs merge=lfs -text
|
55 |
+
baike_qa_train.jsonl.gz filter=lfs diff=lfs merge=lfs -text
|
baike_qa_train.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7327e137d7f875460ebdff470d8455918163e8306a98498e47dc5ecf7e277ca3
|
3 |
+
size 659847207
|
dataset_infos.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"baike": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"qid": {"dtype": "string", "id": null, "_type": "Value"}, "category": {"dtype": "string", "id": null, "_type": "Value"}, "context": {"dtype": "string", "id": null, "_type": "Value"}, "response": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "json", "config_name": "baike", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1458980049, "num_examples": 1425170, "dataset_name": "json"}}, "download_checksums": {"/Users/shjwudp/huggingface.co/datasets/Dialogue-Model-Research-Group/baike/baike_qa_train.jsonl": {"num_bytes": 1534075151, "checksum": "dd6d1d5568322e3e92e9992c89338b43fe24cbbfeb68040d32be245c9013d11a"}}, "download_size": 1534075151, "post_processing_size": null, "dataset_size": 1458980049, "size_in_bytes": 2993055200}}
|