Instructions to use SmallCache/Alien-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Inference
File size: 702 Bytes
d48aecf e7e5ced 874371f b0b556b 11948a8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | ---
license: apache-2.0
language:
- en
base_model:
- meta-llama/Llama-3.1-8B-Instruct
pipeline_tag: text-generation
---
# SmallCache/Alien-8B
**SmallCache/Alien-8B** is a foundation model specialized in complex function calling. It is fine-tuned from `Llama-3.1-8B-Instruct` using techniques from our MAS-RL approach, with a focus on mastering the Berkeley Function-Calling Leaderboard (BFCL) benchmark.
## Model Details
* **Base Model:** `meta-llama/Meta-Llama-3.1-8B-Instruct`
* **Finetuned for:** BFCL Benchmark
* **Description:** An expert model for mastering intricate function calls, trained using techniques from our MAS-RL approach on the Berkeley Function-Calling Leaderboard (BFCL). |