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-v1")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("ToolBench/ToolLLaMA-2-7b-v1")
model = AutoModelForCausalLM.from_pretrained("ToolBench/ToolLLaMA-2-7b-v1")
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
11
Inference Providers NEW

Space using ToolBench/ToolLLaMA-2-7b-v1 1