Instructions to use Lakoc/gpt2_tiny_decoder_6_layers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Lakoc/gpt2_tiny_decoder_6_layers with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Lakoc/gpt2_tiny_decoder_6_layers", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload config
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -22,6 +22,7 @@
|
|
| 22 |
"summary_proj_to_labels": true,
|
| 23 |
"summary_type": "cls_index",
|
| 24 |
"summary_use_proj": true,
|
|
|
|
| 25 |
"transformers_version": "4.31.0.dev0",
|
| 26 |
"use_cache": true,
|
| 27 |
"vocab_size": 5000
|
|
|
|
| 22 |
"summary_proj_to_labels": true,
|
| 23 |
"summary_type": "cls_index",
|
| 24 |
"summary_use_proj": true,
|
| 25 |
+
"tie_word_embeddings": false,
|
| 26 |
"transformers_version": "4.31.0.dev0",
|
| 27 |
"use_cache": true,
|
| 28 |
"vocab_size": 5000
|