Skip to content

Commit

Permalink
Merge pull request #84 from jmisilo/jmisilo/fix/model-weights
Browse files Browse the repository at this point in the history
fix: update model weights urls
  • Loading branch information
jmisilo committed Oct 3, 2023
2 parents 1b30de9 + 391a9a0 commit 96a7868
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,19 @@ The training process was carried out using the [Kaggle](https://www.kaggle.com/)

### Model Versions

> **Small** - [Download](https://drive.google.com/uc?id=1p91KBj-oUmuMfG2Gc33tEN5Js5HpV8YH)
> * Text Model - GPT-2 Small - 124M parameters
> * Mapping Module - 6x Transformer Encoder Layers
> * CLIP Base - Patch 32 model
> * 256M Parameters
> **Large** - [Download](https://drive.google.com/uc?id=12h-NgryAf6zZdA1KclHdfzU35D1icjEp)
> * Text Model - GPT-2 Medium - 355M parameters
> * Mapping Module - 5x Transformer Encoder Layers
> * CLIP Large - Patch 14 model
> * 736M Parameters
> **Small** - [Download](https://drive.google.com/file/d/1pSQruQyg8KJq6VmzhMLFbT_VaHJMdlWF/view?usp=sharing)
>
> - Text Model - GPT-2 Small - 124M parameters
> - Mapping Module - 6x Transformer Encoder Layers
> - CLIP Base - Patch 32 model
> - 256M Parameters
> **Large** - [Download](https://drive.google.com/file/d/1Gh32arzhW06C1ZJyzcJSSfdJDi3RgWoG/view?usp=sharing)
>
> - Text Model - GPT-2 Medium - 355M parameters
> - Mapping Module - 5x Transformer Encoder Layers
> - CLIP Large - Patch 14 model
> - 736M Parameters
## Example results

Expand Down Expand Up @@ -66,4 +68,4 @@ python .\src\predict.py -I <image_path> -S <model_size [S/L]> -C <checkpoint_nam
- [CLIP](https://openai.com/blog/clip/)
- [GPT-2](https://openai.com/blog/better-language-Models/)
- [ClipCap; Mokady, Ron and Hertz, Amir and Bermano, Amit H](https://arxiv.org/abs/2111.09734)
- [HuggingFace](https://huggingface.co/)
- [HuggingFace](https://huggingface.co/)

0 comments on commit 96a7868

Please sign in to comment.