munish0838 commited on
Commit
7100786
1 Parent(s): 6579837

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
+ - text-generation-inference
6
+ - llama
7
+ - llama-2
8
+ - code
9
+ inference: false
10
+ base_model: codellama/CodeLlama-7b-hf
11
+ ---