Instructions to use suyeon0809/test4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use suyeon0809/test4 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("beomi/KoAlpaca-Polyglot-5.8B") model = PeftModel.from_pretrained(base_model, "suyeon0809/test4") - Notebooks
- Google Colab
- Kaggle
| { | |
| "hidden_size": 4096, | |
| "num_hidden_layers": 28, | |
| "num_attention_heads": 16, | |
| "intermediate_size": 16384, | |
| "hidden_act": "gelu", | |
| "hidden_dropout_prob": 0.1, | |
| "attention_probs_dropout_prob": 0.1, | |
| "max_position_embeddings": 2048, | |
| "type_vocab_size": 2, | |
| "initializer_range": 0.02 | |
| } |