Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Kosasih
/
Vxr-Z
like
0
fka/awesome-chatgpt-prompts
257 languages
License:
apache-2.0
Model card
Files
Files and versions
Community
Kosasih
commited on
Aug 31, 2023
Commit
cad34b9
•
1 Parent(s):
5d0ce60
Create import.py
Browse files
Files changed (1)
hide
show
import.py
+4
-0
import.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
# Use a pipeline as a high-level helper
2
+
from transformers import pipeline
3
+
4
+
pipe = pipeline("text-generation", model="Phind/Phind-CodeLlama-34B-v1")