ricklamers commited on
Commit
5c5b662
·
1 Parent(s): 59a2671

chore: update README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md CHANGED
@@ -1,3 +1,54 @@
1
  ---
 
 
2
  license: llama3
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
  license: llama3
5
+ pipeline_tag: text-generation
6
+ tags:
7
+ - facebook
8
+ - meta
9
+ - pytorch
10
+ - llama
11
+ - llama-3
12
+ - groq
13
+ - tool-use
14
+ - function-calling
15
  ---
16
+
17
+ # Llama-3-Groq-Synth-70B-Tool-Use
18
+
19
+ This is the 70B parameter version of the Llama 3 Groq Tool Use model, specifically designed for advanced tool use and function calling tasks.
20
+
21
+ ## Model Details
22
+
23
+ - **Model Type:** Causal language model fine-tuned for tool use
24
+ - **Language(s):** English
25
+ - **License:** Meta Llama 3 Community License
26
+ - **Model Architecture:** Optimized transformer
27
+ - **Training Approach:** Full fine-tuning and Direct Preference Optimization (DPO) on Llama 3 70B base model
28
+ - **Input:** Text
29
+ - **Output:** Text, with enhanced capabilities for tool use and function calling
30
+
31
+ ## Performance
32
+
33
+ - **Berkeley Function Calling Leaderboard (BFCL) Score:** 90.76% overall accuracy
34
+ - This score represents the best performance among all open-source 70B LLMs on the BFCL
35
+
36
+ ## Usage and Limitations
37
+
38
+ This model is designed for research and development in tool use and function calling scenarios. It excels at tasks involving API interactions, structured data manipulation, and complex tool use. However, users should note:
39
+
40
+ - For general knowledge or open-ended tasks, a general-purpose language model may be more suitable
41
+ - The model may still produce inaccurate or biased content in some cases
42
+ - Users are responsible for implementing appropriate safety measures for their specific use case
43
+
44
+ ## Ethical Considerations
45
+
46
+ While fine-tuned for tool use, this model inherits the ethical considerations of the base Llama 3 model. Use responsibly and implement additional safeguards as needed for your application.
47
+
48
+ ## Availability
49
+
50
+ The model is available through:
51
+ - [Groq API console](https://console.groq.com)
52
+ - [Hugging Face](https://huggingface.co/Groq/Llama-3-Groq-Synth-70B-Tool-Use)
53
+
54
+ For full details on responsible use, ethical considerations, and latest benchmarks, please refer to the [official Llama 3 documentation](https://llama.meta.com/) and the Groq model card.