hugo-albert commited on
Commit
2824693
·
verified ·
1 Parent(s): 0b32836

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -6,6 +6,8 @@ tags:
6
  model-index:
7
  - name: CodeLlama-7b-hf-finetuned-py-to-cpp
8
  results: []
 
 
9
  ---
10
 
11
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -81,4 +83,4 @@ model = AutoModelForCausalLM.from_pretrained(
81
  torch_dtype=torch.bfloat16,
82
  )
83
 
84
- ```
 
6
  model-index:
7
  - name: CodeLlama-7b-hf-finetuned-py-to-cpp
8
  results: []
9
+ pipeline_tag: text-generation
10
+ library_name: transformers
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
83
  torch_dtype=torch.bfloat16,
84
  )
85
 
86
+ ```