geninhu commited on
Commit
75791e9
1 Parent(s): 11065aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -23
README.md CHANGED
@@ -1,32 +1,22 @@
1
  ---
2
  tags:
3
  - fastai
 
4
  ---
 
 
5
 
6
- # Amazing!
7
-
8
- 🥳 Congratulations on hosting your fastai model on the Hugging Face Hub!
9
-
10
- # Some next steps
11
- 1. Fill out this model card with more information (see the template below and the [documentation here](https://huggingface.co/docs/hub/model-repos))!
12
-
13
- 2. Create a demo in Gradio or Streamlit using 🤗 Spaces ([documentation here](https://huggingface.co/docs/hub/spaces)).
14
-
15
- 3. Join the fastai community on the [Fastai Discord](https://discord.com/invite/YKrxeNn)!
16
-
17
- Greetings fellow fastlearner 🤝! Don't forget to delete this content from your model card.
18
-
19
-
20
- ---
21
-
22
 
23
- # Model card
24
 
25
- ## Model description
26
- More information needed
27
 
28
- ## Intended uses & limitations
29
- More information needed
30
 
31
- ## Training and evaluation data
32
- More information needed
 
 
 
 
1
  ---
2
  tags:
3
  - fastai
4
+ - pytorch
5
  ---
6
+ ## Model description
7
+ This repo contains the trained model for Style transfer using vgg16 as the backbone.
8
 
9
+ Full credits go to [Nhu Hoang](https://www.linkedin.com/in/nhu-hoang/)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
 
11
+ Motivation: Style transfer is an interesting task with an amazing outcome.
12
 
13
+ ## Training and evaluation data
14
+ ### Training hyperparameters
15
 
16
+ The following hyperparameters were used during training:
 
17
 
18
+ | Hyperparameters | Value |
19
+ | :-- | :-- |
20
+ | name | Adam |
21
+ | learning_rate | 3e-5 |
22
+ | training_precision | float16 |