arjunguha commited on
Commit
e7a6f85
1 Parent(s): 89f2357

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -7,7 +7,7 @@ datasets:
7
 
8
  # MultiPL-T StarCoder2-15b-{lua,ml,rkt}
9
 
10
- This repository holds several [StarCoder2-15b](https://huggingface.co/bigcode/starcoder2-15b) fine-tunes, all fine-tuned on MultiPL-T data.
11
  Examine the commit message to determine the language and checkpoint. We have a checkpoint
12
  for each epoch.
13
 
@@ -25,5 +25,4 @@ For more information the training process, see the MultiPL-T paper:
25
  }
26
  ```
27
 
28
- For usage instructions, see the [Model Card for StarCoder2](https://huggingface.co/bigcode/starcoder2-15b).
29
- Replace the model name `bigcode/starcoder2-15b` with the name of this repository, and set `revision=COMMIT_HASH`.
 
7
 
8
  # MultiPL-T StarCoder2-15b-{lua,ml,rkt}
9
 
10
+ This repository holds several [CodeLlama-13b](https://huggingface.co/meta-llama/CodeLlama-13b-hf) fine-tunes, all fine-tuned on MultiPL-T data.
11
  Examine the commit message to determine the language and checkpoint. We have a checkpoint
12
  for each epoch.
13
 
 
25
  }
26
  ```
27
 
28
+ For usage instructions, see the model card for the original model. Replace the model name with the name of this repository, and set `revision=COMMIT_HASH`.