jamesding0302 commited on
Commit
dc3993a
·
verified ·
1 Parent(s): c88fd2e

Add README

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -2,7 +2,7 @@
2
 
3
  Checkpoints and artifacts for **On the Memorization and Generalization of Generative Recommendation**.
4
 
5
- [Paper] [Code] [Dataset]
6
 
7
  [Paper]: <link not ready yet>
8
  [Code]: https://github.com/Jamesding000/MemGen-GR
@@ -31,6 +31,8 @@ sem_ids_path = hf_hub_download(
31
  ```
32
 
33
  ## Evaluation
 
 
34
  ```
35
  CUDA_VISIBLE_DEVICES=0 python mem_gen_evaluation.py \
36
  --model=TIGER \
 
2
 
3
  Checkpoints and artifacts for **On the Memorization and Generalization of Generative Recommendation**.
4
 
5
+ \[[Paper]\] \[[Code]\] \[[Dataset]\]
6
 
7
  [Paper]: <link not ready yet>
8
  [Code]: https://github.com/Jamesding000/MemGen-GR
 
31
  ```
32
 
33
  ## Evaluation
34
+
35
+ You can run fine-grained evaluation using the saved `checkpoint_path` and `sem_ids_path`:
36
  ```
37
  CUDA_VISIBLE_DEVICES=0 python mem_gen_evaluation.py \
38
  --model=TIGER \