HDTenEightyP commited on
Commit
ae8992c
·
verified ·
1 Parent(s): b280b1e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -8,17 +8,15 @@ tags:
8
  - GPT
9
  ---
10
 
11
- # Model Card for Model ID
12
 
13
- <!-- Provide a quick summary of what the model is/does. -->
14
-
15
- This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
16
 
17
  ## Model Details
18
 
19
  ### Model Description
20
 
21
- <!-- Provide a longer summary of what this model is. -->
22
 
23
 
24
 
 
8
  - GPT
9
  ---
10
 
11
+ # Model Card for GPT-sZero
12
 
13
+ GPT-sZero is a text generation model meant to answer the question: "How strong of a model can Google Colab create?"
 
 
14
 
15
  ## Model Details
16
 
17
  ### Model Description
18
 
19
+ GPT-sZero has 16 heads, 24 layers, and 1280 embeddings, similar to GPT2-Large, with a context window of 16,384 tokens. This maximized GPU VRAM while balancing size and functionality.
20
 
21
 
22