How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="ToolBench/ToolLLaMA-2-7b-v2")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("ToolBench/ToolLLaMA-2-7b-v2")
model = AutoModelForCausalLM.from_pretrained("ToolBench/ToolLLaMA-2-7b-v2")
Quick Links

Model Card for Model ID

This is ToolLLaMA-2-7b version model introduced in ToolBench.

Model Details

Model Description

  • License: llama2
  • Finetuned from model [optional]: LLaMA-2-7b-hf

Uses

Refer to ToolBench.

Training Details

Trained with the new version data in ToolBench.

Downloads last month
679
Inference Providers NEW

Spaces using ToolBench/ToolLLaMA-2-7b-v2 2