mkurman commited on
Commit
745cc90
·
verified ·
1 Parent(s): f384530

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ tags:
15
 
16
  # ConvGPT-v2 B200 Full SYNTH 20h
17
 
18
- `mkurman/convgpt-v2-b200-full-synth-20h` is an experimental ConvGPT-v2 language model checkpoint trained on synthetic reasoning/chat data. The latest uploaded checkpoint is `checkpoint-61000`, with intermediate checkpoints available from roughly `checkpoint-47000` through `checkpoint-61000`.
19
 
20
  This model is primarily a research artifact for testing convolution-first language modeling at scale. It is **not a standard Transformer**: ConvGPT-v2 replaces dense self-attention blocks with a hybrid causal 1D/2D convolutional architecture plus sparse chunk-token retrieval memory.
21
 
 
15
 
16
  # ConvGPT-v2 B200 Full SYNTH 20h
17
 
18
+ `mkurman/convgpt-v2-b200-full-synth-20h` is an experimental ConvGPT-v2 language model checkpoint trained on synthetic reasoning/chat data. The latest uploaded checkpoint is `checkpoint-134000`, with intermediate checkpoints available from roughly `checkpoint-47000` through `checkpoint-checkpoint-134000`.
19
 
20
  This model is primarily a research artifact for testing convolution-first language modeling at scale. It is **not a standard Transformer**: ConvGPT-v2 replaces dense self-attention blocks with a hybrid causal 1D/2D convolutional architecture plus sparse chunk-token retrieval memory.
21