Model Card for Model ID

Model Details

Model Card: 4yo1/llama_pre2_task08 with Fine-Tuning Model Overview Model Name: 4yo1/llama_pre2_task08

Model Type: Transformer-based Language Model

Model Size: 8 billion parameters

by: 4yo1

Languages: English and Korean

how to use - sample code

from transformers import AutoConfig, AutoModel, AutoTokenizer

config = AutoConfig.from_pretrained("4yo1/llama_pre2_task08")
model = AutoModel.from_pretrained("4yo1/llama_pre2_task08")
tokenizer = AutoTokenizer.from_pretrained("4yo1/llama_pre2_task08")

datasets:

  • 140kgpt

license: mit

Downloads last month
12
Safetensors
Model size
8.03B params
Tensor type
F32
·
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and the model is not deployed on the HF Inference API.