Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files- config.json +10 -0
- recommendations.json +12 -0
config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"word_embedding_dimension": 384,
|
3 |
+
"pooling_mode_cls_token": false,
|
4 |
+
"pooling_mode_mean_tokens": true,
|
5 |
+
"pooling_mode_max_tokens": false,
|
6 |
+
"pooling_mode_mean_sqrt_len_tokens": false,
|
7 |
+
"pooling_mode_weightedmean_tokens": false,
|
8 |
+
"pooling_mode_lasttoken": false,
|
9 |
+
"include_prompt": true
|
10 |
+
}
|
recommendations.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"user_1": [
|
3 |
+
"post_5",
|
4 |
+
"post_10",
|
5 |
+
"post_27"
|
6 |
+
],
|
7 |
+
"user_2": [
|
8 |
+
"post_3",
|
9 |
+
"post_7",
|
10 |
+
"post_18"
|
11 |
+
]
|
12 |
+
}
|