mike dupont commited on
Commit
e408318
1 Parent(s): b32a054

adding more data

Browse files
.gitattributes CHANGED
@@ -55,3 +55,50 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
56
  first_dataset2.csv filter=lfs diff=lfs merge=lfs -text
57
  first_dataset.csv filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  *.webp filter=lfs diff=lfs merge=lfs -text
56
  first_dataset2.csv filter=lfs diff=lfs merge=lfs -text
57
  first_dataset.csv filter=lfs diff=lfs merge=lfs -text
58
+ first_dataset.pkl filter=lfs diff=lfs merge=lfs -text
59
+ README.md filter=lfs diff=lfs merge=lfs -text
60
+ train_Data.pkl filter=lfs diff=lfs merge=lfs -text
61
+ X_test_transformed.csv filter=lfs diff=lfs merge=lfs -text
62
+ X_train_transformed.pkl filter=lfs diff=lfs merge=lfs -text
63
+ y_train.fth filter=lfs diff=lfs merge=lfs -text
64
+ feature_generator.pkl filter=lfs diff=lfs merge=lfs -text
65
+ test.py~ filter=lfs diff=lfs merge=lfs -text
66
+ train_Data.json filter=lfs diff=lfs merge=lfs -text
67
+ train_Data.parquet filter=lfs diff=lfs merge=lfs -text
68
+ X_train_transformed.fth filter=lfs diff=lfs merge=lfs -text
69
+ first_dataset2.pkl filter=lfs diff=lfs merge=lfs -text
70
+ first_dataset.json filter=lfs diff=lfs merge=lfs -text
71
+ test_Data.csv filter=lfs diff=lfs merge=lfs -text
72
+ test_Data.pkl filter=lfs diff=lfs merge=lfs -text
73
+ X_test_transformed.parquet filter=lfs diff=lfs merge=lfs -text
74
+ first_dataset.fth filter=lfs diff=lfs merge=lfs -text
75
+ first_dataset2.json filter=lfs diff=lfs merge=lfs -text
76
+ test_Data.fth filter=lfs diff=lfs merge=lfs -text
77
+ test_Data.json filter=lfs diff=lfs merge=lfs -text
78
+ test.py filter=lfs diff=lfs merge=lfs -text
79
+ X_test_transformed.pkl filter=lfs diff=lfs merge=lfs -text
80
+ dataset-metadata.json filter=lfs diff=lfs merge=lfs -text
81
+ train_Data.fth filter=lfs diff=lfs merge=lfs -text
82
+ train_Data.orc filter=lfs diff=lfs merge=lfs -text
83
+ X_test_transformed.fth filter=lfs diff=lfs merge=lfs -text
84
+ y_train.csv filter=lfs diff=lfs merge=lfs -text
85
+ y_train.json filter=lfs diff=lfs merge=lfs -text
86
+ test_Data.parquet filter=lfs diff=lfs merge=lfs -text
87
+ test_Data.orc filter=lfs diff=lfs merge=lfs -text
88
+ test_utils.py filter=lfs diff=lfs merge=lfs -text
89
+ X_train.json filter=lfs diff=lfs merge=lfs -text
90
+ X_train.orc filter=lfs diff=lfs merge=lfs -text
91
+ dataset-metadata.json~ filter=lfs diff=lfs merge=lfs -text
92
+ X_test_transformed.json filter=lfs diff=lfs merge=lfs -text
93
+ X_test_transformed.orc filter=lfs diff=lfs merge=lfs -text
94
+ X_train.parquet filter=lfs diff=lfs merge=lfs -text
95
+ X_train_transformed.csv filter=lfs diff=lfs merge=lfs -text
96
+ X_train_transformed.json filter=lfs diff=lfs merge=lfs -text
97
+ X_train_transformed.parquet filter=lfs diff=lfs merge=lfs -text
98
+ y_train.pkl filter=lfs diff=lfs merge=lfs -text
99
+ train_Data.csv filter=lfs diff=lfs merge=lfs -text
100
+ X_train.csv filter=lfs diff=lfs merge=lfs -text
101
+ X_train.fth filter=lfs diff=lfs merge=lfs -text
102
+ X_train.pkl filter=lfs diff=lfs merge=lfs -text
103
+ y_train.parquet filter=lfs diff=lfs merge=lfs -text
104
+ first_dataset.orc filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,142 +1,3 @@
1
- ---
2
- license: agpl-3.0
3
- language:
4
- - en
5
- ---
6
- # Dataset Card for Dataset Name
7
-
8
- <!-- Provide a quick summary of the dataset. -->
9
-
10
- This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
11
-
12
- ## Dataset Details
13
-
14
- ### Dataset Description
15
-
16
- <!-- Provide a longer summary of what this dataset is. -->
17
-
18
-
19
-
20
- - **Curated by:** [More Information Needed]
21
- - **Funded by [optional]:** [More Information Needed]
22
- - **Shared by [optional]:** [More Information Needed]
23
- - **Language(s) (NLP):** [More Information Needed]
24
- - **License:** [More Information Needed]
25
-
26
- ### Dataset Sources [optional]
27
-
28
- <!-- Provide the basic links for the dataset. -->
29
-
30
- - **Repository:** [More Information Needed]
31
- - **Paper [optional]:** [More Information Needed]
32
- - **Demo [optional]:** [More Information Needed]
33
-
34
- ## Uses
35
-
36
- <!-- Address questions around how the dataset is intended to be used. -->
37
-
38
- ### Direct Use
39
-
40
- <!-- This section describes suitable use cases for the dataset. -->
41
-
42
- [More Information Needed]
43
-
44
- ### Out-of-Scope Use
45
-
46
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
47
-
48
- [More Information Needed]
49
-
50
- ## Dataset Structure
51
-
52
- <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
53
-
54
- [More Information Needed]
55
-
56
- ## Dataset Creation
57
-
58
- ### Curation Rationale
59
-
60
- <!-- Motivation for the creation of this dataset. -->
61
-
62
- [More Information Needed]
63
-
64
- ### Source Data
65
-
66
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
67
-
68
- #### Data Collection and Processing
69
-
70
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
71
-
72
- [More Information Needed]
73
-
74
- #### Who are the source data producers?
75
-
76
- <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
77
-
78
- [More Information Needed]
79
-
80
- ### Annotations [optional]
81
-
82
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
83
-
84
- #### Annotation process
85
-
86
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
87
-
88
- [More Information Needed]
89
-
90
- #### Who are the annotators?
91
-
92
- <!-- This section describes the people or systems who created the annotations. -->
93
-
94
- [More Information Needed]
95
-
96
- #### Personal and Sensitive Information
97
-
98
- <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
99
-
100
- [More Information Needed]
101
-
102
- ## Bias, Risks, and Limitations
103
-
104
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
105
-
106
- [More Information Needed]
107
-
108
- ### Recommendations
109
-
110
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
111
-
112
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
113
-
114
- ## Citation [optional]
115
-
116
- <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
117
-
118
- **BibTeX:**
119
-
120
- [More Information Needed]
121
-
122
- **APA:**
123
-
124
- [More Information Needed]
125
-
126
- ## Glossary [optional]
127
-
128
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
129
-
130
- [More Information Needed]
131
-
132
- ## More Information [optional]
133
-
134
- [More Information Needed]
135
-
136
- ## Dataset Card Authors [optional]
137
-
138
- [More Information Needed]
139
-
140
- ## Dataset Card Contact
141
-
142
- [More Information Needed]
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e68d276c473f1a6e15cff2512224b8ed6a905c846adbde8764c8da06f71aca62
3
+ size 4401
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
X_test_transformed.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:170dd5206aeff8619fd994089fb23e1949e4b121a38f5a6bb8b6a95bec0c666d
3
+ size 20923122
X_test_transformed.fth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbe5597c33e0b7a51a5f51e8649f0052d0e9bc05efb037dde7d1e5b3413d9b10
3
+ size 8047034
X_test_transformed.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bff4387d7811c2b0754abc93dc9f6bb9d04633aa2056512276cef0e6f2f58003
3
+ size 100030330
X_test_transformed.orc ADDED
File without changes
X_test_transformed.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76d6e57c5578c26fa042397f3a180851646c0a0b0865afcb222b6c6d0ba8109c
3
+ size 8226455
X_test_transformed.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90f0c94b18d2b9cc31c82916f6d3f7fdc4bced5b94f276b124b17ed370bdf3eb
3
+ size 11725853
X_train.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2317a0e0b73d755de125f06d644db1c3d4a7b3a9eacb4e229ee6023fa6585fe
3
+ size 37018107
X_train.fth ADDED
File without changes
X_train.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d52281e0272cfcd1253d4183bd859b01c8d123b3b1eaa3829ba133c7afecb14
3
+ size 261032934
X_train.orc ADDED
File without changes
X_train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a725e10ccad82076a26a41a96dbe479bc38f47ca40035fd36f0b7cf3b209f56
3
+ size 180126511
X_train.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dbb43c4d5eb484f9c84097a2edfec6d8b4406a7cf35f393c5efed4d0d45c016
3
+ size 227243336
X_train_transformed.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbb76505d8c8cefd7ceaf0164a819bcb90b53000a2e3b824c64fe13ef65ccd02
3
+ size 2001002
X_train_transformed.fth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bee682db9bfa70d0c2e4fdef6815de0bf13d92e44b32941692dda1d9fcd18615
3
+ size 6221194
X_train_transformed.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5af7b142c5b68b196208740db3aa2d8f91121d8adf1e05b9aa02f7bf40d4ea1c
3
+ size 7538144
X_train_transformed.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8cbb70990697e6c4414272ad17197593f3c22194941ae38403809254eab0fe6
3
+ size 7275660
X_train_transformed.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b9ac27b2337b251b8a9212fbf5ee77199c4d44f683619180b75d74474856fef
3
+ size 1682480
dataset-metadata.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fde494937bc4340bf7d076c8dbf430519e273e70360a686ee92ff794debe6d18
3
+ size 133
dataset-metadata.json~ ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3b0efc4cdf351e6c1dd8702d445d15f94f20f2d85d087fa4dca372548cab958
3
+ size 130
feature_generator.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5af6afad2dfae7bcbbc3bc23def14f6e3348782efb2653ab8a4f423b95ab40ef
3
+ size 16409428
first_dataset.fth ADDED
File without changes
first_dataset.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b95c3806bf5ac91329a26983ecc0f36770b3c6947e81ad9737afe256ca55226e
3
+ size 170944826
first_dataset.orc ADDED
File without changes
first_dataset.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8bcb850c021537bd417adbbc9e2e2c1513f8d1278edc6ce08bb10bfe05cb327
3
+ size 133593877
first_dataset2.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f3127ae841d1943a3030e3254b3119f5860ef3d070dc55d095fffcbcfe3e223
3
+ size 3365200137
first_dataset2.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff84ec822eadb96efb6595df08979cc47f2781eb6ec7011b42a0c66cbba1ff49
3
+ size 2641681868
test.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff6a00c73a0dd1aeec425c07496c54faa598d415e7c2b9515f51ad7dc70010c2
3
+ size 273
test.py~ ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e66f3a70a1b5f5ac082a6b1a6d1fcaa8e12271bbc8580f2f9e6cbb74a6f8cee4
3
+ size 267
test_Data.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de4cda8b58d5f7bd2a4b58efee7817f46cb3965e7705d2f2f133d6180eb34f02
3
+ size 18247941
test_Data.fth ADDED
File without changes
test_Data.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e51b95a7a0db659a40bce2345ef59c232b8598768f37a726490073997ed8675
3
+ size 73014266
test_Data.orc ADDED
File without changes
test_Data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:506de015d12cb162102d500f65e7d4426c7afd7ce21d162553ac04528f47df91
3
+ size 189379381
test_Data.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65b105d3131e8ab6a4fb500f5fc30f5180d995ae646635b1e628da777c1611f2
3
+ size 65446472
test_utils.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0106e3e8b6009e6dc3ecd1cff9a8005a3760c850933f7297cfd409960772dc3
3
+ size 668
train_Data.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7c6e1dc775dc8201a181802f8dac5129ae0950c3c254f2729f80006b7e14d53
3
+ size 37032062
train_Data.fth ADDED
File without changes
train_Data.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53e6c14cb2cae16c298468a438cdee83eb1ab179bfafa771a627e4d5b137ae8f
3
+ size 261048000
train_Data.orc ADDED
File without changes
train_Data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9e9df345b9dd0ee5bf1d1460d1f346c80f8baf1cad4212169f4eff6807d3ef9
3
+ size 138342246
train_Data.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:def2624e3655a48fd22cf4fbb569f5cc1b34627256ed2a19b1fbec3d1b795b98
3
+ size 227257421
y_train.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1051306a0b5961875432218824a92210b6451642937745cf5df747d6e45cd7f0
3
+ size 14400
y_train.fth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:521ab076a13752f1f5048bd6e4bde765bfb17ce9b65fbf03c15af87a5d5666b9
3
+ size 5370
y_train.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9c962601f4950a7e014974a2a23f3f945c2d1f7473197d51c091d6c9d05a2b2
3
+ size 15069
y_train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a7dad1ce289b714e45b95e6493a71e6f9559229b0a201ced24e8008ab138e61
3
+ size 6399
y_train.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0943e0f39204275d27ddb30b09a79655cd17675f449cbc1f3ea81df7951f9632
3
+ size 15934