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

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

Model Card for Model ID

This is ToolLLaMA model introduced in ToolBench.

Model Details

Model Description

  • License: apache-2.0
  • Finetuned from model [optional]: LLaMA-7b

Uses

Refer to ToolBench.

Training Details

Trained with the new version data in ToolBench.

Downloads last month
9
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Spaces using ToolBench/ToolLLaMA-7b-v1 2