Update README.md
Browse files
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 |
+
```
|