Views
No views yet
meta-llama/Meta-Llama-3-8B
1from transformers import AutoModel 2 3model = AutoModel.from_pretrained("meta-llama/Meta-Llama-3-8B")