Upload folder using huggingface_hub
Browse files- dataset_info.json +2 -1
- documents.jsonl +2 -2
dataset_info.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"dataset_name": "MNLP_M2_rag_documents",
|
| 3 |
"description": "Documents used for RAG model retrieval in CS-552 Milestone 2.",
|
| 4 |
"features": {
|
|
|
|
| 5 |
"text": "string",
|
| 6 |
-
"
|
| 7 |
},
|
| 8 |
"license": "mit",
|
| 9 |
"task": "retrieval"
|
|
|
|
| 2 |
"dataset_name": "MNLP_M2_rag_documents",
|
| 3 |
"description": "Documents used for RAG model retrieval in CS-552 Milestone 2.",
|
| 4 |
"features": {
|
| 5 |
+
"doc_id": "string",
|
| 6 |
"text": "string",
|
| 7 |
+
"dataset": "string"
|
| 8 |
},
|
| 9 |
"license": "mit",
|
| 10 |
"task": "retrieval"
|
documents.jsonl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89b6213a92ca28d0bc9b1868e83077612717653f85b072fa4545aaa6b8b34f17
|
| 3 |
+
size 61137932
|