llama-8b-lm / README.md
dp66's picture
Upload dp66/llama-8b-lm model files
87c6fd9 verified
metadata
language:
  - en
license: llama2
model-index:
  - name: llama-8b-lm
    results: []
tags:
  - llama
  - instruction-tuning

Llama 8B Lm

Language modeling fine-tuned model

Usage

from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("dp66/llama-8b-lm")
model = AutoModelForCausalLM.from_pretrained("dp66/llama-8b-lm")

Training Details

  • Base Model: LLaMA-8B
  • Fine-tuning Task: Language