chujiezheng
commited on
Commit
•
9dd0b66
1
Parent(s):
8530f77
Upload 6 files
Browse files- .gitattributes +2 -0
- dialacts.json +10 -0
- emotions.json +11 -0
- test_happy_annotated.txt +0 -0
- test_offmychest_annotated.txt +0 -0
- train_annotated.txt +3 -0
- valid_annotated.txt +3 -0
.gitattributes
CHANGED
@@ -52,3 +52,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
52 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
53 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
52 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
53 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
55 |
+
train_annotated.txt filter=lfs diff=lfs merge=lfs -text
|
56 |
+
valid_annotated.txt filter=lfs diff=lfs merge=lfs -text
|
dialacts.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
"acknowledging",
|
3 |
+
"agreeing",
|
4 |
+
"consoling",
|
5 |
+
"encouraging",
|
6 |
+
"questioning",
|
7 |
+
"sympathizing",
|
8 |
+
"wishing",
|
9 |
+
"others"
|
10 |
+
]
|
emotions.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
"admiration",
|
3 |
+
"anger",
|
4 |
+
"approval",
|
5 |
+
"caring",
|
6 |
+
"fear",
|
7 |
+
"joy",
|
8 |
+
"sadness",
|
9 |
+
"surprise",
|
10 |
+
"neutral"
|
11 |
+
]
|
test_happy_annotated.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
test_offmychest_annotated.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
train_annotated.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10db74a7797547e23be3cd85dcec1179a5359b8e55dbedcadc233488586c899f
|
3 |
+
size 82022193
|
valid_annotated.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fc06c1ff007c6e57a6ce4dff05e90be1271068918ec1fc8d48fafaf6fd83387
|
3 |
+
size 10770099
|