RUCAIBox / LLMBox

A comprehensive library for implementing LLMs, including a unified training pipeline and comprehensive model evaluation.
MIT License
566 stars 74 forks source link

Add Gorilla #228

Open Fotiligner opened 3 months ago

Fotiligner commented 3 months ago

Gorilla-hf

zero-shot python inference.py -m gpt-3.5-turbo -d gorilla --api_name huggingface

Our results: Accuracy: 0.11. Hallucination: 0.59.

Gorilla-th

zero-shot python inference.py -m gpt-3.5-turbo -d gorilla --api_name torchhub

Our results: Accuracy: 0.45. Hallucination: 0.48.

Gorilla-tf

zero-shot python inference.py -m gpt-3.5-turbo -d gorilla --api_name tensorflowhub

Our results: Accuracy: 0.15. Hallucination: 0.80.