Upload 2 files
Browse files- .gitattributes +1 -0
- json/conversations_index.json +3 -0
- json/votes_log.json +34 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
json/conversations_index.json filter=lfs diff=lfs merge=lfs -text
|
json/conversations_index.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8fd907e0abe03589066f283d5645cc528ff868ee19f26639ee76f0824a632dd
|
3 |
+
size 55000003
|
json/votes_log.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"votes": [
|
3 |
+
{
|
4 |
+
"conversation_id": "f10a58ba8796475cadee1bf5327789b5",
|
5 |
+
"model": "llama-2-13b-chat",
|
6 |
+
"vote": "upvote",
|
7 |
+
"timestamp": "2025-03-15T23:42:07.853651"
|
8 |
+
},
|
9 |
+
{
|
10 |
+
"conversation_id": "2d429f21d7dd4be09f1653972c7ec0e9",
|
11 |
+
"model": "RWKV-4-Raven-14B",
|
12 |
+
"vote": "upvote",
|
13 |
+
"timestamp": "2025-03-15T23:43:02.797171"
|
14 |
+
},
|
15 |
+
{
|
16 |
+
"conversation_id": "382256512e914ed19771e23a4ee13237",
|
17 |
+
"model": "koala-13b",
|
18 |
+
"vote": "downvote",
|
19 |
+
"timestamp": "2025-03-15T23:43:34.163923"
|
20 |
+
},
|
21 |
+
{
|
22 |
+
"conversation_id": "d456109de2294fe9bf93aca99d4be5e6",
|
23 |
+
"model": "claude-1",
|
24 |
+
"vote": "downvote",
|
25 |
+
"timestamp": "2025-03-15T23:55:53.771879"
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"conversation_id": "a9ae4de8e7854b70a82e38543650cc3f",
|
29 |
+
"model": "mpt-30b-chat",
|
30 |
+
"vote": "upvote",
|
31 |
+
"timestamp": "2025-03-16T10:42:48.200388"
|
32 |
+
}
|
33 |
+
]
|
34 |
+
}
|