Commit ·
49e0176
1
Parent(s): 4143aad
Upload latest checkpoint with model card
Browse files- README.md +4 -4
- test/test/data-00000-of-00001.arrow +2 -2
- test/test/dataset_info.json +10 -4
- test/test/state.json +1 -1
README.md
CHANGED
|
@@ -10,9 +10,9 @@ The data is collected from various sources, including books, articles,
|
|
| 10 |
and web pages.
|
| 11 |
|
| 12 |
## Composition
|
| 13 |
-
- **Number of records**:
|
| 14 |
-
- **Fields**: `
|
| 15 |
-
- **Size**:
|
| 16 |
|
| 17 |
## Collection Process
|
| 18 |
The data was collected using web scraping and manual extraction
|
|
@@ -28,7 +28,7 @@ from datasets import load_dataset
|
|
| 28 |
dataset = load_dataset("path_to_dataset")
|
| 29 |
|
| 30 |
for example in dataset["train"]:
|
| 31 |
-
print(example["
|
| 32 |
```
|
| 33 |
|
| 34 |
## Evaluation
|
|
|
|
| 10 |
and web pages.
|
| 11 |
|
| 12 |
## Composition
|
| 13 |
+
- **Number of records**: 101
|
| 14 |
+
- **Fields**: `sentence`, `labels`
|
| 15 |
+
- **Size**: 510 KB
|
| 16 |
|
| 17 |
## Collection Process
|
| 18 |
The data was collected using web scraping and manual extraction
|
|
|
|
| 28 |
dataset = load_dataset("path_to_dataset")
|
| 29 |
|
| 30 |
for example in dataset["train"]:
|
| 31 |
+
print(example["sentence"])
|
| 32 |
```
|
| 33 |
|
| 34 |
## Evaluation
|
test/test/data-00000-of-00001.arrow
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:1e6aa13a3e10a33624931f6c220c9618528323886bd7b7ac334af681b8dc0646
|
| 3 |
+
size 346576
|
test/test/dataset_info.json
CHANGED
|
@@ -3,12 +3,18 @@
|
|
| 3 |
"description": "",
|
| 4 |
"features": {
|
| 5 |
"sentence": {
|
| 6 |
-
"
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
| 8 |
},
|
| 9 |
"labels": {
|
| 10 |
-
"
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
| 12 |
}
|
| 13 |
},
|
| 14 |
"homepage": "",
|
|
|
|
| 3 |
"description": "",
|
| 4 |
"features": {
|
| 5 |
"sentence": {
|
| 6 |
+
"feature": {
|
| 7 |
+
"dtype": "string",
|
| 8 |
+
"_type": "Value"
|
| 9 |
+
},
|
| 10 |
+
"_type": "Sequence"
|
| 11 |
},
|
| 12 |
"labels": {
|
| 13 |
+
"feature": {
|
| 14 |
+
"dtype": "string",
|
| 15 |
+
"_type": "Value"
|
| 16 |
+
},
|
| 17 |
+
"_type": "Sequence"
|
| 18 |
}
|
| 19 |
},
|
| 20 |
"homepage": "",
|
test/test/state.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
"filename": "data-00000-of-00001.arrow"
|
| 5 |
}
|
| 6 |
],
|
| 7 |
-
"_fingerprint": "
|
| 8 |
"_format_columns": null,
|
| 9 |
"_format_kwargs": {},
|
| 10 |
"_format_type": null,
|
|
|
|
| 4 |
"filename": "data-00000-of-00001.arrow"
|
| 5 |
}
|
| 6 |
],
|
| 7 |
+
"_fingerprint": "a966e5e39a3a551f",
|
| 8 |
"_format_columns": null,
|
| 9 |
"_format_kwargs": {},
|
| 10 |
"_format_type": null,
|