flavianv commited on
Commit
611acb2
·
verified ·
1 Parent(s): 32ae349

Add DeepShopper card

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ language:
4
+ - en
5
+ task_categories:
6
+ - text-generation
7
+ tags:
8
+ - deepshopper
9
+ - recommendation
10
+ - fashion
11
+ - outfit
12
+ ---
13
+
14
+ # DeepShopper frozen splits (mapper / reward)
15
+
16
+ Deterministic, leakage-safe train/test splits used across DeepShopper. Split assignment is a
17
+ stable `sha1(need)` hash (same need never crosses train/test; reproducible). Gender-stratified.
18
+ Contains: `fashionrec_task1_mapper/{train,test}`, `amz_mapper/{female,male,other}.{train,test}`
19
+ (need→plan), and `amz_reward_bundle/{female,male,other}.{train,test}` (need→outfit, reward
20
+ positives). Generated by `scripts/make_mapper_reward_splits.py`. Code: https://github.com/clijo/reco-rl (branch outfit_bundle).