File size: 100 Bytes
c30f17e
 
 
 
 
1
2
3
4
5
6
from transformers import LlamaConfig


class MinimalConfig(LlamaConfig):
    model_type = "minimal"