dek924 commited on
Commit
714aa62
·
verified ·
1 Parent(s): 3798dc6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,8 +1,19 @@
 
 
 
 
 
 
 
 
 
 
1
  # EHRXDiff
2
  Model card for our paper: [Towards Predicting Temporal Changes in a Patient's Chest X-ray Images based on Electronic Health Records](https://arxiv.org/abs/2409.07012).
3
  We provide two versions of the **EHRXDiff** model:
4
  * **EHRXDiff** – trained without the null-based augmentation technique
5
  * **EHRXDiff<sub>w_null</sub>** – trained with the null-based augmentation technique.
 
6
  This card describes the **EHRXDiff** model.
7
  For implementation details, please refer to the [EHRXDiff repository](https://github.com/dek924/EHRXDiff).
8
 
 
1
+ ---
2
+ license: mit
3
+ pipeline_tag: image-to-image
4
+ tags:
5
+ - pytorch
6
+ - medical
7
+ - image-generation
8
+ - conditional-image-generation
9
+ ---
10
+
11
  # EHRXDiff
12
  Model card for our paper: [Towards Predicting Temporal Changes in a Patient's Chest X-ray Images based on Electronic Health Records](https://arxiv.org/abs/2409.07012).
13
  We provide two versions of the **EHRXDiff** model:
14
  * **EHRXDiff** – trained without the null-based augmentation technique
15
  * **EHRXDiff<sub>w_null</sub>** – trained with the null-based augmentation technique.
16
+
17
  This card describes the **EHRXDiff** model.
18
  For implementation details, please refer to the [EHRXDiff repository](https://github.com/dek924/EHRXDiff).
19