merve HF staff commited on
Commit
1bf5bdb
β€’
1 Parent(s): b08b52d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  license: apache-2.0
3
- library_name: keras # Example: keras or any library from https://github.com/huggingface/huggingface_hub/blob/main/js/src/lib/interfaces/Libraries.ts
4
  tags:
5
- - dcgan # Example: audio
6
  datasets:
7
  - anime-faces
8
  ---
@@ -10,6 +10,8 @@ datasets:
10
  Anime face generator model using [TensorFlow DCGAN example](https://www.tensorflow.org/tutorials/generative/dcgan).
11
  ## Training and evaluation data
12
  Model is trained on [anime faces dataset](https://huggingface.co/datasets/merve/anime-faces).
 
 
13
 
14
  Generated images πŸ‘‡πŸ»
15
  ![Example](./example.png)
 
1
  ---
2
  license: apache-2.0
3
+ library_name: keras
4
  tags:
5
+ - dcgan
6
  datasets:
7
  - anime-faces
8
  ---
 
10
  Anime face generator model using [TensorFlow DCGAN example](https://www.tensorflow.org/tutorials/generative/dcgan).
11
  ## Training and evaluation data
12
  Model is trained on [anime faces dataset](https://huggingface.co/datasets/merve/anime-faces).
13
+ ## Intended use and biases
14
+ This model is not intended for production.
15
 
16
  Generated images πŸ‘‡πŸ»
17
  ![Example](./example.png)