Commit
·
0fd61c8
1
Parent(s):
167bea6
Update parquet files
Browse files- .gitattributes +0 -27
- README.md +0 -153
- stevhliu--demo/csv-test.parquet +3 -0
- stevhliu--demo/csv-train.parquet +3 -0
- test.csv +0 -6
- train.csv +0 -6
.gitattributes
DELETED
@@ -1,27 +0,0 @@
|
|
1 |
-
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
-
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
-
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
-
*.bin.* filter=lfs diff=lfs merge=lfs -text
|
5 |
-
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
6 |
-
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
-
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
-
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
-
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
-
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
-
*.model filter=lfs diff=lfs merge=lfs -text
|
12 |
-
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
13 |
-
*.onnx filter=lfs diff=lfs merge=lfs -text
|
14 |
-
*.ot filter=lfs diff=lfs merge=lfs -text
|
15 |
-
*.parquet filter=lfs diff=lfs merge=lfs -text
|
16 |
-
*.pb filter=lfs diff=lfs merge=lfs -text
|
17 |
-
*.pt filter=lfs diff=lfs merge=lfs -text
|
18 |
-
*.pth filter=lfs diff=lfs merge=lfs -text
|
19 |
-
*.rar filter=lfs diff=lfs merge=lfs -text
|
20 |
-
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
21 |
-
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
22 |
-
*.tflite filter=lfs diff=lfs merge=lfs -text
|
23 |
-
*.tgz filter=lfs diff=lfs merge=lfs -text
|
24 |
-
*.xz filter=lfs diff=lfs merge=lfs -text
|
25 |
-
*.zip filter=lfs diff=lfs merge=lfs -text
|
26 |
-
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
27 |
-
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
DELETED
@@ -1,153 +0,0 @@
|
|
1 |
-
---
|
2 |
-
annotations_creators:
|
3 |
-
- no-annotation
|
4 |
-
language_creators:
|
5 |
-
- found
|
6 |
-
language:
|
7 |
-
- en
|
8 |
-
license:
|
9 |
-
- apache-2.0
|
10 |
-
multilinguality:
|
11 |
-
- monolingual
|
12 |
-
size_categories:
|
13 |
-
- 100K<n<1M
|
14 |
-
source_datasets:
|
15 |
-
- original
|
16 |
-
task_categories:
|
17 |
-
- summarization
|
18 |
-
- text2text-generation
|
19 |
-
task_ids: []
|
20 |
-
tags:
|
21 |
-
- conditional-text-generation
|
22 |
-
---
|
23 |
-
|
24 |
-
# Dataset Card for Demo
|
25 |
-
|
26 |
-
## Table of Contents
|
27 |
-
- [Table of Contents](#table-of-contents)
|
28 |
-
- [Dataset Description](#dataset-description)
|
29 |
-
- [Dataset Summary](#dataset-summary)
|
30 |
-
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
31 |
-
- [Languages](#languages)
|
32 |
-
- [Dataset Structure](#dataset-structure)
|
33 |
-
- [Data Instances](#data-instances)
|
34 |
-
- [Data Fields](#data-fields)
|
35 |
-
- [Data Splits](#data-splits)
|
36 |
-
- [Dataset Creation](#dataset-creation)
|
37 |
-
- [Curation Rationale](#curation-rationale)
|
38 |
-
- [Source Data](#source-data)
|
39 |
-
- [Annotations](#annotations)
|
40 |
-
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
41 |
-
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
42 |
-
- [Social Impact of Dataset](#social-impact-of-dataset)
|
43 |
-
- [Discussion of Biases](#discussion-of-biases)
|
44 |
-
- [Other Known Limitations](#other-known-limitations)
|
45 |
-
- [Additional Information](#additional-information)
|
46 |
-
- [Dataset Curators](#dataset-curators)
|
47 |
-
- [Licensing Information](#licensing-information)
|
48 |
-
- [Citation Information](#citation-information)
|
49 |
-
- [Contributions](#contributions)
|
50 |
-
|
51 |
-
## Dataset Description
|
52 |
-
|
53 |
-
- **Homepage:**
|
54 |
-
- **Repository:**
|
55 |
-
- **Paper:**
|
56 |
-
- **Leaderboard:**
|
57 |
-
- **Point of Contact:**
|
58 |
-
|
59 |
-
### Dataset Summary
|
60 |
-
|
61 |
-
This is a demo dataset with two files `train.csv` and `test.csv`.
|
62 |
-
|
63 |
-
Load it by:
|
64 |
-
|
65 |
-
```python
|
66 |
-
from datasets import load_dataset
|
67 |
-
data_files = {"train": "train.csv", "test": "test.csv"}
|
68 |
-
demo = load_dataset("stevhliu/demo", data_files=data_files)
|
69 |
-
```
|
70 |
-
|
71 |
-
### Supported Tasks and Leaderboards
|
72 |
-
|
73 |
-
[More Information Needed]
|
74 |
-
|
75 |
-
### Languages
|
76 |
-
|
77 |
-
[More Information Needed]
|
78 |
-
|
79 |
-
## Dataset Structure
|
80 |
-
|
81 |
-
### Data Instances
|
82 |
-
|
83 |
-
[More Information Needed]
|
84 |
-
|
85 |
-
### Data Fields
|
86 |
-
|
87 |
-
[More Information Needed]
|
88 |
-
|
89 |
-
### Data Splits
|
90 |
-
|
91 |
-
[More Information Needed]
|
92 |
-
|
93 |
-
## Dataset Creation
|
94 |
-
|
95 |
-
### Curation Rationale
|
96 |
-
|
97 |
-
[More Information Needed]
|
98 |
-
|
99 |
-
### Source Data
|
100 |
-
|
101 |
-
#### Initial Data Collection and Normalization
|
102 |
-
|
103 |
-
[More Information Needed]
|
104 |
-
|
105 |
-
#### Who are the source language producers?
|
106 |
-
|
107 |
-
[More Information Needed]
|
108 |
-
|
109 |
-
### Annotations
|
110 |
-
|
111 |
-
#### Annotation process
|
112 |
-
|
113 |
-
[More Information Needed]
|
114 |
-
|
115 |
-
#### Who are the annotators?
|
116 |
-
|
117 |
-
[More Information Needed]
|
118 |
-
|
119 |
-
### Personal and Sensitive Information
|
120 |
-
|
121 |
-
[More Information Needed]
|
122 |
-
|
123 |
-
## Considerations for Using the Data
|
124 |
-
|
125 |
-
### Social Impact of Dataset
|
126 |
-
|
127 |
-
[More Information Needed]
|
128 |
-
|
129 |
-
### Discussion of Biases
|
130 |
-
|
131 |
-
[More Information Needed]
|
132 |
-
|
133 |
-
### Other Known Limitations
|
134 |
-
|
135 |
-
[More Information Needed]
|
136 |
-
|
137 |
-
## Additional Information
|
138 |
-
|
139 |
-
### Dataset Curators
|
140 |
-
|
141 |
-
[More Information Needed]
|
142 |
-
|
143 |
-
### Licensing Information
|
144 |
-
|
145 |
-
[More Information Needed]
|
146 |
-
|
147 |
-
### Citation Information
|
148 |
-
|
149 |
-
[More Information Needed]
|
150 |
-
|
151 |
-
### Contributions
|
152 |
-
|
153 |
-
Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
stevhliu--demo/csv-test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a262c146760277e126b0310ea8323199040d2aea9445bcb14ea8355974ff150
|
3 |
+
size 4414
|
stevhliu--demo/csv-train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e7bcc4fa140b3c1233777e45adf6ab37bca013cc8c6a6acca2694471b2a02a2
|
3 |
+
size 5037
|
test.csv
DELETED
@@ -1,6 +0,0 @@
|
|
1 |
-
id,package_name,review,date,star,version_id
|
2 |
-
7bd22c54-afc9-11e6-98dc-c4b301cdf627,com.mantz_it.rfanalyzer,Works with RTL and Nextbook Aries 8. Demod stops working if the scan width is changed requiring restart.,May 19 2016,5,1487
|
3 |
-
7bd22cd9-afc9-11e6-9322-c4b301cdf627,com.mantz_it.rfanalyzer,Works with RTL SDR Works but no audio when demodulating,April 24 2016,3,1487
|
4 |
-
7bd22d59-afc9-11e6-a7a7-c4b301cdf627,com.mantz_it.rfanalyzer,Awsome App! Easy to use works great on Notes w / Realtek dongle.,April 16 2016,5,1487
|
5 |
-
7bd22ddc-afc9-11e6-9a16-c4b301cdf627,com.mantz_it.rfanalyzer,I'll forgo the refund. But no go with Watson dongle... Nexus 9. Yet to try on Nexus 6p. So very disappointed!!! :-(,March 31 2016,1,1487
|
6 |
-
7bd22e5c-afc9-11e6-8a41-c4b301cdf627,com.mantz_it.rfanalyzer,looks like a great program 1 of its kind I don't have the necessary hardware to utilize it though.,March 30 2016,4,1487
|
|
|
|
|
|
|
|
|
|
|
|
|
|
train.csv
DELETED
@@ -1,6 +0,0 @@
|
|
1 |
-
id,package_name,review,date,star,version_id
|
2 |
-
7bd227d9-afc9-11e6-aba1-c4b301cdf627,com.mantz_it.rfanalyzer,Great app! The new version now works on my Bravia Android TV which is great as it's right by my rooftop aerial cable. The scan feature would be useful...any ETA on when this will be available? Also the option to import a list of bookmarks e.g. from a simple properties file would be useful.,October 12 2016,4,1487
|
3 |
-
7bd22905-afc9-11e6-a5dc-c4b301cdf627,com.mantz_it.rfanalyzer,Great It's not fully optimised and has some issues with crashing but still a nice app especially considering the price and it's open source.,August 23 2016,4,1487
|
4 |
-
7bd2299c-afc9-11e6-85d6-c4b301cdf627,com.mantz_it.rfanalyzer,Works on a Nexus 6p I'm still messing around with my hackrf but it works with my Nexus 6p Trond usb-c to usb host adapter. Thanks!,August 04 2016,5,1487
|
5 |
-
7bd22a26-afc9-11e6-9309-c4b301cdf627,com.mantz_it.rfanalyzer,The bandwidth seemed to be limited to maximum 2 MHz or so. I tried to increase the bandwidth but not possible. I purchased this is because one of the pictures in the advertisement showed the 2.4GHz band with around 10MHz or more bandwidth. Is it not possible to increase the bandwidth? If not it is just the same performance as other free APPs.,July 25 2016,3,1487
|
6 |
-
7bd22aba-afc9-11e6-8293-c4b301cdf627,com.mantz_it.rfanalyzer,Works well with my Hackrf Hopefully new updates will arrive for extra functions,July 22 2016,5,1487
|
|
|
|
|
|
|
|
|
|
|
|
|
|