harshism1 commited on
Commit
08837a7
·
verified ·
1 Parent(s): e2756cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -10
README.md CHANGED
@@ -1,11 +1,5 @@
1
  ---
2
- datasets:
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
+ ```