Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
|
4 |
task_categories:
|
5 |
- other
|
6 |
tags:
|
@@ -14,7 +14,7 @@ license: mit
|
|
14 |
|
15 |
## Description
|
16 |
WAVE models are generative models designed to decode natural images from fMRI data. We utilize contrastive learning and diffusion models, trained using the PyTorch library. This suite includes both universal models trained across all subjects and subject-specific models, particularly for the CSI1 subject within the BOLD5000 dataset. Pre-trained models and additional resources are also available.
|
17 |
-
|
18 |
## Model Structure
|
19 |
### Universal Model
|
20 |
- **All**: A universal model trained on data from all subjects.
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
task_categories:
|
5 |
- other
|
6 |
tags:
|
|
|
14 |
|
15 |
## Description
|
16 |
WAVE models are generative models designed to decode natural images from fMRI data. We utilize contrastive learning and diffusion models, trained using the PyTorch library. This suite includes both universal models trained across all subjects and subject-specific models, particularly for the CSI1 subject within the BOLD5000 dataset. Pre-trained models and additional resources are also available.
|
17 |
+
Check our paper here: https://arxiv.org/abs/2411.07121
|
18 |
## Model Structure
|
19 |
### Universal Model
|
20 |
- **All**: A universal model trained on data from all subjects.
|