Upload folder using huggingface_hub
Browse files- sharechat.py +3 -1
sharechat.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
"""The dataset corresponds to roughly 10M random users who visited the ShareChat + Moj app over three months.
|
2 |
We have sampled each user's activity to generate 10 impressions corresponding to each user.
|
3 |
Our target variable is whether there was an install for an app by the user or not.
|
@@ -154,4 +156,4 @@ class Sharechat(datasets.ArrowBasedBuilder):
|
|
154 |
# share the dataset
|
155 |
# huggingface-cli login
|
156 |
# huggingface-cli repo create sharechat-dataset --type dataset
|
157 |
-
# huggingface-cli upload sharechat-dataset
|
|
|
1 |
+
# -*- coding: utf-8 -*-
|
2 |
+
|
3 |
"""The dataset corresponds to roughly 10M random users who visited the ShareChat + Moj app over three months.
|
4 |
We have sampled each user's activity to generate 10 impressions corresponding to each user.
|
5 |
Our target variable is whether there was an install for an app by the user or not.
|
|
|
156 |
# share the dataset
|
157 |
# huggingface-cli login
|
158 |
# huggingface-cli repo create sharechat-dataset --type dataset
|
159 |
+
# huggingface-cli upload sharechat-dataset ./sharechat/ . --repo-type dataset
|