Upload folder using huggingface_hub
Browse files- test.json +20 -0
- train.json +16 -0
- validation.json +20 -0
test.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"user_id": "a38189cb-5353-4b2a-983d-24d26bff6b5f",
|
4 |
+
"username": "testuser3",
|
5 |
+
"actions": [
|
6 |
+
{
|
7 |
+
"action": "generate_response",
|
8 |
+
"timestamp": "September 27, 2024 at 4:05:50 PM UTC+5:30"
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"action": "submit_feedback",
|
12 |
+
"timestamp": "September 27, 2024 at 4:06:10 PM UTC+5:30"
|
13 |
+
},
|
14 |
+
{
|
15 |
+
"action": "generate_response",
|
16 |
+
"timestamp": "September 27, 2024 at 4:06:20 PM UTC+5:30"
|
17 |
+
}
|
18 |
+
]
|
19 |
+
}
|
20 |
+
]
|
train.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"user_id": "38e4ea8f-127e-4e09-900e-1f0f7a0c1a3e",
|
4 |
+
"username": "testuser1",
|
5 |
+
"actions": [
|
6 |
+
{
|
7 |
+
"action": "generate_response",
|
8 |
+
"timestamp": "September 27, 2024 at 4:04:45 PM UTC+5:30"
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"action": "generate_response",
|
12 |
+
"timestamp": "September 27, 2024 at 4:04:46 PM UTC+5:30"
|
13 |
+
}
|
14 |
+
]
|
15 |
+
}
|
16 |
+
]
|
validation.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"user_id": "3e2642c9-952e-4866-8c9b-510f84a40d4a",
|
4 |
+
"username": "testuser2",
|
5 |
+
"actions": [
|
6 |
+
{
|
7 |
+
"action": "generate_response",
|
8 |
+
"timestamp": "September 27, 2024 at 4:05:13 PM UTC+5:30"
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"action": "generate_response",
|
12 |
+
"timestamp": "September 27, 2024 at 4:05:20 PM UTC+5:30"
|
13 |
+
},
|
14 |
+
{
|
15 |
+
"action": "submit_feedback",
|
16 |
+
"timestamp": "September 27, 2024 at 4:06:00 PM UTC+5:30"
|
17 |
+
}
|
18 |
+
]
|
19 |
+
}
|
20 |
+
]
|