fittar commited on
Commit
71534a8
·
1 Parent(s): b1d4d73

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -8,7 +8,7 @@ inference: false
8
 
9
  <!-- Provide a quick summary of what the model is/does. -->
10
 
11
- ViPE: Visualize Pretty-much Everything, is the first automated model for translating any arbitraty piece of text into a visualizable prompt. It helps any text-to-image model in figurative or non-lexical language visualizations.
12
 
13
  ### Model Description
14
 
@@ -19,6 +19,8 @@ ViPE: Visualize Pretty-much Everything, is the first automated model for transla
19
  - **Model type:** Auto-Regressive
20
  - **Language:** English
21
  - **License:** [MIT License for Non-Commercial Use](https://github.com/Hazel1994/ViPE/blob/main/LICENSE)
 
 
22
 
23
 
24
  ### Model Sources
 
8
 
9
  <!-- Provide a quick summary of what the model is/does. -->
10
 
11
+ ViPE: Visualize Pretty-much Everything, is the first automated model for translating any arbitrary piece of text into a visualizable prompt. It helps any text-to-image model in figurative or non-lexical language visualizations.
12
 
13
  ### Model Description
14
 
 
19
  - **Model type:** Auto-Regressive
20
  - **Language:** English
21
  - **License:** [MIT License for Non-Commercial Use](https://github.com/Hazel1994/ViPE/blob/main/LICENSE)
22
+ - **Based on:** [GPT2-Medium](https://huggingface.co/gpt2-medium)
23
+ - **Versions:** [ViPE-M-CTX7](https://huggingface.co/fittar/ViPE-M-CTX7) (255M parameters) and [ViPE-S-CTX7](https://huggingface.co/fittar/ViPE-S-CTX7) (117M parameters),
24
 
25
 
26
  ### Model Sources