Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: openrail
|
4 |
+
datasets:
|
5 |
+
- nuprl/MultiPL-T
|
6 |
+
---
|
7 |
+
|
8 |
+
# MultiPL-T CodeLlama-34b
|
9 |
+
|
10 |
+
This repository holds several [CodeLlama-34b](https://huggingface.co/meta-llama/CodeLlama-34b-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 |
+
|
14 |
+
|
15 |
+
For more information the training process, see the MultiPL-T paper:
|
16 |
+
|
17 |
+
```
|
18 |
+
@misc{cassano:multipl-t,
|
19 |
+
title={Knowledge Transfer from High-Resource to Low-Resource Programming Languages for Code LLMs},
|
20 |
+
author={Federico Cassano and John Gouwar and Francesca Lucchetti and Claire Schlesinger and Anders Freeman and Carolyn Jane Anderson and Molly Q Feldman and Michael Greenberg and Abhinav Jangda and Arjun Guha},
|
21 |
+
year={2024},
|
22 |
+
eprint={2308.09895},
|
23 |
+
archivePrefix={arXiv},
|
24 |
+
primaryClass={cs.PL}
|
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`.
|