SmallCache commited on
Commit
11948a8
·
verified ·
1 Parent(s): b0b556b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -7,6 +7,12 @@ base_model:
7
  pipeline_tag: text-generation
8
  ---
9
 
10
- * **SmallCache/Alien-8B**
11
- * [Hugging_face logo]: Model for BFCL Benchmark
12
- * **Description:** An expert model for mastering intricate function calls, trained using techniques from our MAS-RL approach on the Berkeley Function-Calling Leaderboard (BFCL).
 
 
 
 
 
 
 
7
  pipeline_tag: text-generation
8
  ---
9
 
10
+ # SmallCache/Alien-8B
11
+
12
+ **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.
13
+
14
+ ## Model Details
15
+
16
+ * **Base Model:** `meta-llama/Meta-Llama-3.1-8B-Instruct`
17
+ * **Finetuned for:** BFCL Benchmark
18
+ * **Description:** An expert model for mastering intricate function calls, trained using techniques from our MAS-RL approach on the Berkeley Function-Calling Leaderboard (BFCL).