autotrain-data-processor commited on
Commit ·
27867ef
1
Parent(s): e1cfdd9
Processed data from AutoTrain data processor ([2023-09-19 17:07 ]
Browse files- README.md +56 -0
- processed/dataset_dict.json +1 -0
- processed/train/data-00000-of-00001.arrow +3 -0
- processed/train/dataset_info.json +31 -0
- processed/train/state.json +13 -0
- processed/valid/data-00000-of-00001.arrow +3 -0
- processed/valid/dataset_info.json +31 -0
- processed/valid/state.json +13 -0
README.md
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- text-classification
|
| 4 |
+
|
| 5 |
+
---
|
| 6 |
+
# AutoTrain Dataset for project: ecoli_exp
|
| 7 |
+
|
| 8 |
+
## Dataset Description
|
| 9 |
+
|
| 10 |
+
This dataset has been automatically processed by AutoTrain for project ecoli_exp.
|
| 11 |
+
|
| 12 |
+
### Languages
|
| 13 |
+
|
| 14 |
+
The BCP-47 code for the dataset's language is unk.
|
| 15 |
+
|
| 16 |
+
## Dataset Structure
|
| 17 |
+
|
| 18 |
+
### Data Instances
|
| 19 |
+
|
| 20 |
+
A sample from this dataset looks as follows:
|
| 21 |
+
|
| 22 |
+
```json
|
| 23 |
+
[
|
| 24 |
+
{
|
| 25 |
+
"text": "( p b p D + M X A E J x L T G # I t T A z N a t f L G S I G D U p v v Y K O j @ G e S O L W d f P D G X l A H B e V A A y L v Z Q v M G W D I V o # t W M # D g P M G D & ( v q l W % E H D P v q A A V D L v O x E N L O E t G W K q v l E & H d E n & Q R V A l u H e D z o A l R # ( b V F D L V v N N a d # K G N H I J A ( T N & H % h G u D h g l T F H X D H K L # x V J W & W l & D A L T A E e C D & i D B v S e & M H H & m G $ e L b D M L S A e e I @ Z l G x # C A % M # M @ g $ F O a O w ^ E ( Z b V p W O L F l E H H H H H H )",
|
| 26 |
+
"target": 0,
|
| 27 |
+
"feat_SeqLength": 264.0
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"text": "( S Z P T T t I d P q l A B W e % F B A ^ $ n b A L A T E H G W M x l x s F Q W m E a q O s K u e m u O G l W s X d G T x a F l x b S A b D g l T M V E t & Q u u E g T i x b t L Q D e E Z L ( W V Q f & G D D G K q u V b e m A ( B b D K Y b u # T # D N S s P V M X g F E ^ v P T y b Y S p a W u I E G % F e p Y a E P ( D U P I G x A N P M V D ^ v H R s V G E V V F % @ O G u P H e I % L H b e E E K L G b m N v X F H d E T N ^ D T x d e W % K V F I P R p # P D g s V V I d F N B A I N Y P w A F X P y G T C P ( p u % G n z v D V % V E A & E k m O Q G l E H H H H H H )",
|
| 31 |
+
"target": 0,
|
| 32 |
+
"feat_SeqLength": 284.0
|
| 33 |
+
}
|
| 34 |
+
]
|
| 35 |
+
```
|
| 36 |
+
|
| 37 |
+
### Dataset Fields
|
| 38 |
+
|
| 39 |
+
The dataset has the following fields (also called "features"):
|
| 40 |
+
|
| 41 |
+
```json
|
| 42 |
+
{
|
| 43 |
+
"text": "Value(dtype='string', id=None)",
|
| 44 |
+
"target": "ClassLabel(names=['0', '1'], id=None)",
|
| 45 |
+
"feat_SeqLength": "Value(dtype='float64', id=None)"
|
| 46 |
+
}
|
| 47 |
+
```
|
| 48 |
+
|
| 49 |
+
### Dataset Splits
|
| 50 |
+
|
| 51 |
+
This dataset is split into a train and validation split. The split sizes are as follow:
|
| 52 |
+
|
| 53 |
+
| Split name | Num samples |
|
| 54 |
+
| ------------ | ------------------- |
|
| 55 |
+
| train | 4281 |
|
| 56 |
+
| valid | 2067 |
|
processed/dataset_dict.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"splits": ["train", "valid"]}
|
processed/train/data-00000-of-00001.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f386eb1e12e2ac4364adfcb099a3bbb74540c2f2a7c3fd5d950fcc68b66f02fe
|
| 3 |
+
size 2471912
|
processed/train/dataset_info.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"citation": "",
|
| 3 |
+
"description": "AutoTrain generated dataset",
|
| 4 |
+
"features": {
|
| 5 |
+
"text": {
|
| 6 |
+
"dtype": "string",
|
| 7 |
+
"_type": "Value"
|
| 8 |
+
},
|
| 9 |
+
"target": {
|
| 10 |
+
"names": [
|
| 11 |
+
"0",
|
| 12 |
+
"1"
|
| 13 |
+
],
|
| 14 |
+
"_type": "ClassLabel"
|
| 15 |
+
},
|
| 16 |
+
"feat_SeqLength": {
|
| 17 |
+
"dtype": "float64",
|
| 18 |
+
"_type": "Value"
|
| 19 |
+
}
|
| 20 |
+
},
|
| 21 |
+
"homepage": "",
|
| 22 |
+
"license": "",
|
| 23 |
+
"splits": {
|
| 24 |
+
"train": {
|
| 25 |
+
"name": "train",
|
| 26 |
+
"num_bytes": 2470083,
|
| 27 |
+
"num_examples": 4281,
|
| 28 |
+
"dataset_name": null
|
| 29 |
+
}
|
| 30 |
+
}
|
| 31 |
+
}
|
processed/train/state.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "data-00000-of-00001.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "9ceffeedf7ed76f1",
|
| 8 |
+
"_format_columns": null,
|
| 9 |
+
"_format_kwargs": {},
|
| 10 |
+
"_format_type": null,
|
| 11 |
+
"_output_all_columns": false,
|
| 12 |
+
"_split": null
|
| 13 |
+
}
|
processed/valid/data-00000-of-00001.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4bd014e896ac05f23f1f19a1c996236289d39e0265adce2425aee1e509c214b9
|
| 3 |
+
size 1113208
|
processed/valid/dataset_info.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"citation": "",
|
| 3 |
+
"description": "AutoTrain generated dataset",
|
| 4 |
+
"features": {
|
| 5 |
+
"text": {
|
| 6 |
+
"dtype": "string",
|
| 7 |
+
"_type": "Value"
|
| 8 |
+
},
|
| 9 |
+
"target": {
|
| 10 |
+
"names": [
|
| 11 |
+
"0",
|
| 12 |
+
"1"
|
| 13 |
+
],
|
| 14 |
+
"_type": "ClassLabel"
|
| 15 |
+
},
|
| 16 |
+
"feat_SeqLength": {
|
| 17 |
+
"dtype": "float64",
|
| 18 |
+
"_type": "Value"
|
| 19 |
+
}
|
| 20 |
+
},
|
| 21 |
+
"homepage": "",
|
| 22 |
+
"license": "",
|
| 23 |
+
"splits": {
|
| 24 |
+
"valid": {
|
| 25 |
+
"name": "valid",
|
| 26 |
+
"num_bytes": 1111902,
|
| 27 |
+
"num_examples": 2067,
|
| 28 |
+
"dataset_name": null
|
| 29 |
+
}
|
| 30 |
+
}
|
| 31 |
+
}
|
processed/valid/state.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "data-00000-of-00001.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "1b4ac2f1595aab2e",
|
| 8 |
+
"_format_columns": null,
|
| 9 |
+
"_format_kwargs": {},
|
| 10 |
+
"_format_type": null,
|
| 11 |
+
"_output_all_columns": false,
|
| 12 |
+
"_split": null
|
| 13 |
+
}
|