Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
- greengerong/leetcode
|
| 4 |
-
language:
|
| 5 |
-
- en
|
| 6 |
-
base_model:
|
| 7 |
-
- codellama/CodeLlama-7b-Instruct-hf
|
| 8 |
-
pipeline_tag: text2text-generation
|
| 9 |
---
|
| 10 |
|
| 11 |
## 🧠 Fine-tuned CodeLlama on LeetCode Problems
|
|
@@ -92,6 +86,4 @@ curl http://localhost:8000/completion -d '{
|
|
| 92 |
"prompt": "### Problem\nGiven an array of integers...\n\n## Solution\n",
|
| 93 |
"n_predict": 256
|
| 94 |
}'
|
| 95 |
-
```
|
| 96 |
-
|
| 97 |
-
|
|
|
|
| 1 |
---
|
| 2 |
+
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
## 🧠 Fine-tuned CodeLlama on LeetCode Problems
|
|
|
|
| 86 |
"prompt": "### Problem\nGiven an array of integers...\n\n## Solution\n",
|
| 87 |
"n_predict": 256
|
| 88 |
}'
|
| 89 |
+
```
|
|
|
|
|
|