Pavel Rykov commited on
Commit
d01e7f2
·
2 Parent(s): 35af8a300c8d90

Merge branch 'main' of hf.co:evilfreelancer/ruGPT3XL

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -21,7 +21,7 @@ into a native HuggingFace `transformers` format.
21
  This is a **base (pretrained) model**, not instruction-tuned. It performs text completion
22
  and can be fine-tuned for downstream tasks.
23
 
24
- Details in "[A family of pretrained transformer language models for Russian](https://scholar.google.com/citations?view_op=view_citation&hl=en&user=yPayeJIAAAAJ&citation_for_view=yPayeJIAAAAJ:Se3iqnhoufwC)" paper.
25
 
26
  ## Model Details
27
 
@@ -232,7 +232,7 @@ The model implements a custom `RuGPT3XLForCausalLM` class (loaded via `trust_rem
232
  ```
233
  RuGPT3XLForCausalLM
234
  ├── model (RuGPT3XLModel)
235
- │ ├── embed_tokens (Embedding: 50264 x 2048)
236
  │ ├── embed_positions (Embedding: 2048 x 2048)
237
  │ ├── embed_dropout (Dropout: 0.1)
238
  │ ├── layers (x24) (RuGPT3XLDecoderLayer)
@@ -244,7 +244,7 @@ RuGPT3XLForCausalLM
244
  │ │ │ ├── o_proj (Linear: 2048 -> 2048)
245
  │ │ │ ├── attn_dropout (Dropout: 0.1)
246
  │ │ │ └── resid_dropout (Dropout: 0.1)
247
- │ │ ├── post_attention_layernorm (LayerNorm: 2048)
248
  │ │ └── mlp (RuGPT3XMLP)
249
  │ │ ├── up_proj (Linear: 2048 -> 8192)
250
  │ │ ├── down_proj (Linear: 8192 -> 2048)
 
21
  This is a **base (pretrained) model**, not instruction-tuned. It performs text completion
22
  and can be fine-tuned for downstream tasks.
23
 
24
+ See more in "[A family of pretrained transformer language models for Russian](https://scholar.google.com/citations?view_op=view_citation&hl=en&user=yPayeJIAAAAJ&citation_for_view=yPayeJIAAAAJ:Se3iqnhoufwC)" paper.
25
 
26
  ## Model Details
27
 
 
232
  ```
233
  RuGPT3XLForCausalLM
234
  ├── model (RuGPT3XLModel)
235
+ │ ├── embed_tokens (Embedding: 50264 x 2048)
236
  │ ├── embed_positions (Embedding: 2048 x 2048)
237
  │ ├── embed_dropout (Dropout: 0.1)
238
  │ ├── layers (x24) (RuGPT3XLDecoderLayer)
 
244
  │ │ │ ├── o_proj (Linear: 2048 -> 2048)
245
  │ │ │ ├── attn_dropout (Dropout: 0.1)
246
  │ │ │ └── resid_dropout (Dropout: 0.1)
247
+ │ │ ├── post_attention_layernorm (LayerNorm: 2048)
248
  │ │ └── mlp (RuGPT3XMLP)
249
  │ │ ├── up_proj (Linear: 2048 -> 8192)
250
  │ │ ├── down_proj (Linear: 8192 -> 2048)