hugoShanda
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ license: apache-2.0
|
|
3 |
language:
|
4 |
- en
|
5 |
base_model:
|
6 |
-
- meta-llama/Llama-3.
|
7 |
tags:
|
8 |
- function-calling
|
9 |
- tool-use
|
@@ -12,7 +12,7 @@ tags:
|
|
12 |
---
|
13 |
# watt-tool-70B
|
14 |
|
15 |
-
watt-tool-70B is a fine-tuned language model based on LLaMa-3.
|
16 |
|
17 |
## Model Description
|
18 |
|
|
|
3 |
language:
|
4 |
- en
|
5 |
base_model:
|
6 |
+
- meta-llama/Llama-3.3-70B-Instruct
|
7 |
tags:
|
8 |
- function-calling
|
9 |
- tool-use
|
|
|
12 |
---
|
13 |
# watt-tool-70B
|
14 |
|
15 |
+
watt-tool-70B is a fine-tuned language model based on LLaMa-3.3-70B-Instruct, optimized for tool usage and multi-turn dialogue. It achieves state-of-the-art performance on the Berkeley Function-Calling Leaderboard (BFCL).
|
16 |
|
17 |
## Model Description
|
18 |
|