chris1nexus
commited on
Commit
•
16425b6
1
Parent(s):
16da43a
Add model
Browse files- README.md +50 -0
- pytorch_model.bin +3 -0
README.md
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- huggan
|
4 |
+
- gan
|
5 |
+
# See a list of available tags here:
|
6 |
+
# https://github.com/huggingface/hub-docs/blob/main/js/src/lib/interfaces/Types.ts#L12
|
7 |
+
# task: unconditional-image-generation or conditional-image-generation or image-to-image
|
8 |
+
license: mit
|
9 |
+
---
|
10 |
+
|
11 |
+
# MyModelName
|
12 |
+
|
13 |
+
## Model description
|
14 |
+
|
15 |
+
Describe the model here (what it does, what it's used for, etc.)
|
16 |
+
|
17 |
+
## Intended uses & limitations
|
18 |
+
|
19 |
+
#### How to use
|
20 |
+
|
21 |
+
```python
|
22 |
+
# You can include sample code which will be formatted
|
23 |
+
```
|
24 |
+
|
25 |
+
#### Limitations and bias
|
26 |
+
|
27 |
+
Provide examples of latent issues and potential remediations.
|
28 |
+
|
29 |
+
## Training data
|
30 |
+
|
31 |
+
Describe the data you used to train the model.
|
32 |
+
If you initialized it with pre-trained weights, add a link to the pre-trained model card or repository with description of the pre-training data.
|
33 |
+
|
34 |
+
## Training procedure
|
35 |
+
|
36 |
+
Preprocessing, hardware used, hyperparameters...
|
37 |
+
|
38 |
+
## Eval results
|
39 |
+
|
40 |
+
## Generated Images
|
41 |
+
|
42 |
+
You can embed local or remote images using `![](...)`
|
43 |
+
|
44 |
+
### BibTeX entry and citation info
|
45 |
+
|
46 |
+
```bibtex
|
47 |
+
@inproceedings{...,
|
48 |
+
year={2020}
|
49 |
+
}
|
50 |
+
```
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:067b72e05911fbb9b28389ac4580bff3583b19c06e8a8988023abd24672e0c92
|
3 |
+
size 45531397
|