File size: 101 Bytes
de2749f
 
 
 
 
1
2
3
4
5
from transformers import LlamaConfig


class LamedConfig(LlamaConfig):
    model_type = "lamed_llama"