JoshuaPeddle commited on
Commit
55defa1
1 Parent(s): 8ce6a65

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -9
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  library_name: keras
3
  tags:
4
- - image-classification
5
  widget:
6
  - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/tiger.jpg
7
  example_title: Tiger
@@ -9,12 +9,4 @@ widget:
9
 
10
  ## Model description
11
 
12
- The aim of this work is to map a simple distribution - which is easy to sample and whose density is simple to estimate - to a more complex one learned from the data. This kind of generative model is also known as "normalizing flow". The latent distribution we wish to map to in this example is Gaussian.
13
-
14
- ## Training and evaluation data
15
-
16
- This model is trained on a toy dataset, the make_moons from sklearn.datasets.
17
-
18
- ### Training hyperparameters
19
-
20
 
 
1
  ---
2
  library_name: keras
3
  tags:
4
+ - image-to-image
5
  widget:
6
  - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/tiger.jpg
7
  example_title: Tiger
 
9
 
10
  ## Model description
11
 
 
 
 
 
 
 
 
 
12