munish0838 commited on
Commit
df9e7ad
·
verified ·
1 Parent(s): f98e5c2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ pipeline_tag: text-generation
4
+ tags:
5
+ - code
6
+ - llama
7
+ - llama-2
8
+ - text-generation-inference
9
+ base_model: codellama/CodeLlama-7b-Instruct-hf
10
+ inference: false
11
+ ---