Clarify datasets are trained separately
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ The files are provided to make reproduction easier, since small differences in p
|
|
| 17 |
|
| 18 |
## Contents
|
| 19 |
|
| 20 |
-
The repository contains processed files for three datasets
|
| 21 |
|
| 22 |
- `beauty/`
|
| 23 |
- `instruments/`
|
|
@@ -36,11 +36,11 @@ The LLaMA embeddings follow the generation procedure described in:
|
|
| 36 |
|
| 37 |
https://github.com/honghuibao2000/letter
|
| 38 |
|
| 39 |
-
We include the processed embeddings here so that downstream users can reproduce the released DIGER artifacts without depending on small preprocessing or embedding-generation differences.
|
| 40 |
|
| 41 |
## Models
|
| 42 |
|
| 43 |
-
The corresponding released RQ-VAE checkpoints are available at:
|
| 44 |
|
| 45 |
- Beauty: https://huggingface.co/junchenfu/diger-rqvae-beauty
|
| 46 |
- Instruments: https://huggingface.co/junchenfu/diger-rqvae-instruments
|
|
|
|
| 17 |
|
| 18 |
## Contents
|
| 19 |
|
| 20 |
+
The repository contains processed files for three separate datasets. These datasets are not mixed together; DIGER trains and evaluates them independently.
|
| 21 |
|
| 22 |
- `beauty/`
|
| 23 |
- `instruments/`
|
|
|
|
| 36 |
|
| 37 |
https://github.com/honghuibao2000/letter
|
| 38 |
|
| 39 |
+
We include the processed embeddings here so that downstream users can reproduce the released DIGER artifacts without depending on small preprocessing or embedding-generation differences. Each dataset uses its own embedding matrix and is trained independently.
|
| 40 |
|
| 41 |
## Models
|
| 42 |
|
| 43 |
+
The corresponding released RQ-VAE checkpoints are trained separately for each dataset and are available at:
|
| 44 |
|
| 45 |
- Beauty: https://huggingface.co/junchenfu/diger-rqvae-beauty
|
| 46 |
- Instruments: https://huggingface.co/junchenfu/diger-rqvae-instruments
|