Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
memorease
/
memorease-quizgen
like
0
PEFT
Safetensors
llama
arxiv:
1910.09700
Model card
Files
Files and versions
Community
Use this model
main
memorease-quizgen
/
llama.py
memorease
Update llama.py
614669f
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
102 Bytes
from
transformers
import
LlamaForCausalLM, LlamaConfig
__all__ = [
"LlamaForCausalLM"
,
"LlamaConfig"
]