Files changed (1) hide show
  1. Groq_Llama-3-Groq-8B-Tool-Use.json +72 -0
Groq_Llama-3-Groq-8B-Tool-Use.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.6",
4
+ "serialNumber": "urn:uuid:f31fdb92-e783-445c-b347-995ed98375e9",
5
+ "version": 1,
6
+ "metadata": {
7
+ "timestamp": "2025-06-05T09:40:38.294725+00:00",
8
+ "component": {
9
+ "type": "machine-learning-model",
10
+ "bom-ref": "Groq/Llama-3-Groq-8B-Tool-Use-256bc2d4-80a7-554f-8dc1-50a9d8900e3d",
11
+ "name": "Groq/Llama-3-Groq-8B-Tool-Use",
12
+ "externalReferences": [
13
+ {
14
+ "url": "https://huggingface.co/Groq/Llama-3-Groq-8B-Tool-Use",
15
+ "type": "documentation"
16
+ }
17
+ ],
18
+ "modelCard": {
19
+ "modelParameters": {
20
+ "task": "text-generation",
21
+ "architectureFamily": "llama",
22
+ "modelArchitecture": "LlamaForCausalLM"
23
+ },
24
+ "properties": [
25
+ {
26
+ "name": "library_name",
27
+ "value": "transformers"
28
+ },
29
+ {
30
+ "name": "base_model",
31
+ "value": "meta-llama/Meta-Llama-3-8B"
32
+ }
33
+ ]
34
+ },
35
+ "authors": [
36
+ {
37
+ "name": "Groq"
38
+ }
39
+ ],
40
+ "licenses": [
41
+ {
42
+ "license": {
43
+ "name": "llama3"
44
+ }
45
+ }
46
+ ],
47
+ "description": "- **Model Type:** Causal language model fine-tuned for tool use- **Language(s):** English- **License:** Meta Llama 3 Community License- **Model Architecture:** Optimized transformer- **Training Approach:** Full fine-tuning and Direct Preference Optimization (DPO) on Llama 3 8B base model- **Input:** Text- **Output:** Text, with enhanced capabilities for tool use and function calling",
48
+ "tags": [
49
+ "transformers",
50
+ "safetensors",
51
+ "llama",
52
+ "text-generation",
53
+ "facebook",
54
+ "meta",
55
+ "pytorch",
56
+ "llama-3",
57
+ "groq",
58
+ "tool-use",
59
+ "function-calling",
60
+ "conversational",
61
+ "en",
62
+ "base_model:meta-llama/Meta-Llama-3-8B",
63
+ "base_model:finetune:meta-llama/Meta-Llama-3-8B",
64
+ "license:llama3",
65
+ "autotrain_compatible",
66
+ "text-generation-inference",
67
+ "endpoints_compatible",
68
+ "region:us"
69
+ ]
70
+ }
71
+ }
72
+ }