sayakpaul HF staff commited on
Commit
4c058bf
1 Parent(s): 3999374

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -6
README.md CHANGED
@@ -4,12 +4,8 @@ library_name: keras
4
 
5
  ## Model description
6
 
7
- This is the MAXIM model as described in [MAXIM: Multi-Axis MLP for Image Processing](https://arxiv.org/2201.02973) by Tu et al. The model was obtained by porting the official JAX params available [here](https://github.com/google-research/maxim).
8
 
9
  ## Intended uses & limitations
10
 
11
- The model was pre-trained on the LOL dataset and is intended to use for low-light enhancement.
12
-
13
- ## Training and evaluation data
14
-
15
- More information needed
 
4
 
5
  ## Model description
6
 
7
+ This is the MAXIM model as described in [MAXIM: Multi-Axis MLP for Image Processing](https://arxiv.org/2201.02973) by Tu et al. The model was obtained by porting the official JAX params available [here](https://github.com/google-research/maxim). Porting code is available [here](https://github.com/sayakpaul/maxim-tf).
8
 
9
  ## Intended uses & limitations
10
 
11
+ The model was pre-trained on the LOL dataset and is intended to use for low-light enhancement.