Upload folder using huggingface_hub
Browse files- .gitattributes +5 -0
- embeddings/MentalTest/data-00000-of-00001.arrow +3 -0
- embeddings/MentalTest/dataset_info.json +40 -0
- embeddings/MentalTest/state.json +13 -0
- embeddings/MentalTrain/cache-480ebd61da2c211a.arrow +3 -0
- embeddings/MentalTrain/cache-6b8c55624a74fe38.arrow +3 -0
- embeddings/MentalTrain/data-00000-of-00002.arrow +3 -0
- embeddings/MentalTrain/data-00001-of-00002.arrow +3 -0
- embeddings/MentalTrain/dataset_info.json +40 -0
- embeddings/MentalTrain/state.json +16 -0
- full_dataset/goemotions.csv +3 -0
- full_dataset/goemotions_1.csv +3 -0
- full_dataset/goemotions_2.csv +3 -0
- full_dataset/goemotions_3.csv +3 -0
- processed/GoEmotions_Tokenized_Test/data-00000-of-00001.arrow +3 -0
- processed/GoEmotions_Tokenized_Test/dataset_info.json +33 -0
- processed/GoEmotions_Tokenized_Test/state.json +13 -0
- processed/GoEmotions_Tokenized_Train/data-00000-of-00001.arrow +3 -0
- processed/GoEmotions_Tokenized_Train/dataset_info.json +33 -0
- processed/GoEmotions_Tokenized_Train/state.json +13 -0
- processed/GoEmotions_Tokenized_Train/tmpe_c783vl +3 -0
- processed/GoEmotions_Tokenized_Validation/data-00000-of-00001.arrow +3 -0
- processed/GoEmotions_Tokenized_Validation/dataset_info.json +33 -0
- processed/GoEmotions_Tokenized_Validation/state.json +13 -0
.gitattributes
CHANGED
|
@@ -57,3 +57,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
full_dataset/goemotions.csv filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
full_dataset/goemotions_1.csv filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
full_dataset/goemotions_2.csv filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
full_dataset/goemotions_3.csv filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
processed/GoEmotions_Tokenized_Train/tmpe_c783vl filter=lfs diff=lfs merge=lfs -text
|
embeddings/MentalTest/data-00000-of-00001.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a0b83550466e19c07a5bf2ff27dfce4620b2c2f131785ba80c777a68e097ee1
|
| 3 |
+
size 248425712
|
embeddings/MentalTest/dataset_info.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"citation": "",
|
| 3 |
+
"description": "",
|
| 4 |
+
"features": {
|
| 5 |
+
"labels": {
|
| 6 |
+
"feature": {
|
| 7 |
+
"dtype": "int64",
|
| 8 |
+
"_type": "Value"
|
| 9 |
+
},
|
| 10 |
+
"_type": "Sequence"
|
| 11 |
+
},
|
| 12 |
+
"__index_level_0__": {
|
| 13 |
+
"dtype": "int64",
|
| 14 |
+
"_type": "Value"
|
| 15 |
+
},
|
| 16 |
+
"input_ids": {
|
| 17 |
+
"feature": {
|
| 18 |
+
"dtype": "int32",
|
| 19 |
+
"_type": "Value"
|
| 20 |
+
},
|
| 21 |
+
"_type": "Sequence"
|
| 22 |
+
},
|
| 23 |
+
"attention_mask": {
|
| 24 |
+
"feature": {
|
| 25 |
+
"dtype": "int8",
|
| 26 |
+
"_type": "Value"
|
| 27 |
+
},
|
| 28 |
+
"_type": "Sequence"
|
| 29 |
+
},
|
| 30 |
+
"cls_embedding": {
|
| 31 |
+
"feature": {
|
| 32 |
+
"dtype": "float32",
|
| 33 |
+
"_type": "Value"
|
| 34 |
+
},
|
| 35 |
+
"_type": "Sequence"
|
| 36 |
+
}
|
| 37 |
+
},
|
| 38 |
+
"homepage": "",
|
| 39 |
+
"license": ""
|
| 40 |
+
}
|
embeddings/MentalTest/state.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "data-00000-of-00001.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "d7ebaa4cf37eb26f",
|
| 8 |
+
"_format_columns": null,
|
| 9 |
+
"_format_kwargs": {},
|
| 10 |
+
"_format_type": null,
|
| 11 |
+
"_output_all_columns": false,
|
| 12 |
+
"_split": null
|
| 13 |
+
}
|
embeddings/MentalTrain/cache-480ebd61da2c211a.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66cd8a9c1be1c7a66b3dd0f62aa3b0192b13710c63b7ba7c6142c2ee9538880b
|
| 3 |
+
size 137936
|
embeddings/MentalTrain/cache-6b8c55624a74fe38.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54eead1b731161bed4a15091319694ebf212bc1e00ba637651e3f23b2672dd49
|
| 3 |
+
size 1238992
|
embeddings/MentalTrain/data-00000-of-00002.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44fcf244bf315c5b2f096c9784275ec04369a7696395ae73ca544c9605daa87b
|
| 3 |
+
size 496849848
|
embeddings/MentalTrain/data-00001-of-00002.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef19394c2dae6a457c13a0c7c0653c9bfde8e6bd2cf0a3fb9a069c575eb5ca21
|
| 3 |
+
size 496849848
|
embeddings/MentalTrain/dataset_info.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"citation": "",
|
| 3 |
+
"description": "",
|
| 4 |
+
"features": {
|
| 5 |
+
"labels": {
|
| 6 |
+
"feature": {
|
| 7 |
+
"dtype": "int64",
|
| 8 |
+
"_type": "Value"
|
| 9 |
+
},
|
| 10 |
+
"_type": "Sequence"
|
| 11 |
+
},
|
| 12 |
+
"__index_level_0__": {
|
| 13 |
+
"dtype": "int64",
|
| 14 |
+
"_type": "Value"
|
| 15 |
+
},
|
| 16 |
+
"input_ids": {
|
| 17 |
+
"feature": {
|
| 18 |
+
"dtype": "int32",
|
| 19 |
+
"_type": "Value"
|
| 20 |
+
},
|
| 21 |
+
"_type": "Sequence"
|
| 22 |
+
},
|
| 23 |
+
"attention_mask": {
|
| 24 |
+
"feature": {
|
| 25 |
+
"dtype": "int8",
|
| 26 |
+
"_type": "Value"
|
| 27 |
+
},
|
| 28 |
+
"_type": "Sequence"
|
| 29 |
+
},
|
| 30 |
+
"cls_embedding": {
|
| 31 |
+
"feature": {
|
| 32 |
+
"dtype": "float32",
|
| 33 |
+
"_type": "Value"
|
| 34 |
+
},
|
| 35 |
+
"_type": "Sequence"
|
| 36 |
+
}
|
| 37 |
+
},
|
| 38 |
+
"homepage": "",
|
| 39 |
+
"license": ""
|
| 40 |
+
}
|
embeddings/MentalTrain/state.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "data-00000-of-00002.arrow"
|
| 5 |
+
},
|
| 6 |
+
{
|
| 7 |
+
"filename": "data-00001-of-00002.arrow"
|
| 8 |
+
}
|
| 9 |
+
],
|
| 10 |
+
"_fingerprint": "6fcddd9ddf4c7a50",
|
| 11 |
+
"_format_columns": null,
|
| 12 |
+
"_format_kwargs": {},
|
| 13 |
+
"_format_type": null,
|
| 14 |
+
"_output_all_columns": false,
|
| 15 |
+
"_split": null
|
| 16 |
+
}
|
full_dataset/goemotions.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75d22b5058eec90a9e834241326cd86c1767fe82e13f0809523c3fc85f6cb5f7
|
| 3 |
+
size 42742250
|
full_dataset/goemotions_1.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cac049036bad5d68d1081f72b65f2cc51e4df82af05e3e22cfa747051cac1af3
|
| 3 |
+
size 14174600
|
full_dataset/goemotions_2.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f699ecc5aa425c1720c1d02475f1e41815244b680bd75b282eb770d2c76cd84d
|
| 3 |
+
size 14173154
|
full_dataset/goemotions_3.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:467f1e7191af00f2e76cc7f425885c2dc304bea8aff284b10e8c460d22f2e1af
|
| 3 |
+
size 14395164
|
processed/GoEmotions_Tokenized_Test/data-00000-of-00001.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1be9488e8243d58e588de75e2dfeaf4248d5de1bb072b4ceff3b4f4ce6be5239
|
| 3 |
+
size 59239768
|
processed/GoEmotions_Tokenized_Test/dataset_info.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"citation": "",
|
| 3 |
+
"description": "",
|
| 4 |
+
"features": {
|
| 5 |
+
"labels": {
|
| 6 |
+
"feature": {
|
| 7 |
+
"dtype": "int64",
|
| 8 |
+
"_type": "Value"
|
| 9 |
+
},
|
| 10 |
+
"_type": "Sequence"
|
| 11 |
+
},
|
| 12 |
+
"__index_level_0__": {
|
| 13 |
+
"dtype": "int64",
|
| 14 |
+
"_type": "Value"
|
| 15 |
+
},
|
| 16 |
+
"input_ids": {
|
| 17 |
+
"feature": {
|
| 18 |
+
"dtype": "int32",
|
| 19 |
+
"_type": "Value"
|
| 20 |
+
},
|
| 21 |
+
"_type": "Sequence"
|
| 22 |
+
},
|
| 23 |
+
"attention_mask": {
|
| 24 |
+
"feature": {
|
| 25 |
+
"dtype": "int8",
|
| 26 |
+
"_type": "Value"
|
| 27 |
+
},
|
| 28 |
+
"_type": "Sequence"
|
| 29 |
+
}
|
| 30 |
+
},
|
| 31 |
+
"homepage": "",
|
| 32 |
+
"license": ""
|
| 33 |
+
}
|
processed/GoEmotions_Tokenized_Test/state.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "data-00000-of-00001.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "9d985de810d7ee54",
|
| 8 |
+
"_format_columns": null,
|
| 9 |
+
"_format_kwargs": {},
|
| 10 |
+
"_format_type": null,
|
| 11 |
+
"_output_all_columns": false,
|
| 12 |
+
"_split": null
|
| 13 |
+
}
|
processed/GoEmotions_Tokenized_Train/data-00000-of-00001.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c60c2d333841a69a4aecd3e0d07fd64e4ec4b13d483d0da4d5f3db3f1f44a230
|
| 3 |
+
size 479818440
|
processed/GoEmotions_Tokenized_Train/dataset_info.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"citation": "",
|
| 3 |
+
"description": "",
|
| 4 |
+
"features": {
|
| 5 |
+
"labels": {
|
| 6 |
+
"feature": {
|
| 7 |
+
"dtype": "int64",
|
| 8 |
+
"_type": "Value"
|
| 9 |
+
},
|
| 10 |
+
"_type": "Sequence"
|
| 11 |
+
},
|
| 12 |
+
"__index_level_0__": {
|
| 13 |
+
"dtype": "int64",
|
| 14 |
+
"_type": "Value"
|
| 15 |
+
},
|
| 16 |
+
"input_ids": {
|
| 17 |
+
"feature": {
|
| 18 |
+
"dtype": "int32",
|
| 19 |
+
"_type": "Value"
|
| 20 |
+
},
|
| 21 |
+
"_type": "Sequence"
|
| 22 |
+
},
|
| 23 |
+
"attention_mask": {
|
| 24 |
+
"feature": {
|
| 25 |
+
"dtype": "int8",
|
| 26 |
+
"_type": "Value"
|
| 27 |
+
},
|
| 28 |
+
"_type": "Sequence"
|
| 29 |
+
}
|
| 30 |
+
},
|
| 31 |
+
"homepage": "",
|
| 32 |
+
"license": ""
|
| 33 |
+
}
|
processed/GoEmotions_Tokenized_Train/state.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "data-00000-of-00001.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "3333958addedcda4",
|
| 8 |
+
"_format_columns": null,
|
| 9 |
+
"_format_kwargs": {},
|
| 10 |
+
"_format_type": null,
|
| 11 |
+
"_output_all_columns": false,
|
| 12 |
+
"_split": null
|
| 13 |
+
}
|
processed/GoEmotions_Tokenized_Train/tmpe_c783vl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:600e703d507a8a3c65043933ca8af5844149a08c23005ac8c8b720679528c572
|
| 3 |
+
size 84422200
|
processed/GoEmotions_Tokenized_Validation/data-00000-of-00001.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b13ef9ffe1d2c36aa2cda94a8384147899145b763cee8dba85bc6b8493b6de2
|
| 3 |
+
size 53316808
|
processed/GoEmotions_Tokenized_Validation/dataset_info.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"citation": "",
|
| 3 |
+
"description": "",
|
| 4 |
+
"features": {
|
| 5 |
+
"labels": {
|
| 6 |
+
"feature": {
|
| 7 |
+
"dtype": "int64",
|
| 8 |
+
"_type": "Value"
|
| 9 |
+
},
|
| 10 |
+
"_type": "Sequence"
|
| 11 |
+
},
|
| 12 |
+
"__index_level_0__": {
|
| 13 |
+
"dtype": "int64",
|
| 14 |
+
"_type": "Value"
|
| 15 |
+
},
|
| 16 |
+
"input_ids": {
|
| 17 |
+
"feature": {
|
| 18 |
+
"dtype": "int32",
|
| 19 |
+
"_type": "Value"
|
| 20 |
+
},
|
| 21 |
+
"_type": "Sequence"
|
| 22 |
+
},
|
| 23 |
+
"attention_mask": {
|
| 24 |
+
"feature": {
|
| 25 |
+
"dtype": "int8",
|
| 26 |
+
"_type": "Value"
|
| 27 |
+
},
|
| 28 |
+
"_type": "Sequence"
|
| 29 |
+
}
|
| 30 |
+
},
|
| 31 |
+
"homepage": "",
|
| 32 |
+
"license": ""
|
| 33 |
+
}
|
processed/GoEmotions_Tokenized_Validation/state.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "data-00000-of-00001.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "a6b3f409ab5c1cc9",
|
| 8 |
+
"_format_columns": null,
|
| 9 |
+
"_format_kwargs": {},
|
| 10 |
+
"_format_type": null,
|
| 11 |
+
"_output_all_columns": false,
|
| 12 |
+
"_split": null
|
| 13 |
+
}
|