Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
caldana
/
function_calling_llama3_8b_instruct
like
1
Text Generation
Transformers
PyTorch
glaiveai/glaive-function-calling-v2
llama
conversational
text-generation-inference
Inference Endpoints
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
caldana
commited on
Jun 24, 2024
Commit
c9c1150
·
verified
·
1 Parent(s):
d2dcd4b
Update README.md
Browse files
Files changed (1)
hide
show
README.md
+6
-1
README.md
CHANGED
Viewed
@@ -1,4 +1,9 @@
1
---
2
datasets:
3
- glaiveai/glaive-function-calling-v2
4
-
---
1
---
2
datasets:
3
- glaiveai/glaive-function-calling-v2
4
+
---
5
+
6
+
from transformers import pipeline
7
+
import json
8
+
import os
9
+