Text Generation
PEFT
PyTorch
TensorBoard
English
llama
typescript
instruction-tuning
code-generation
lora
Instructions to use mhhmm/typescript-instruct-20k-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mhhmm/typescript-instruct-20k-v2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-13b-hf") model = PeftModel.from_pretrained(base_model, "mhhmm/typescript-instruct-20k-v2") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -91,7 +91,7 @@ I'm using MultiPL-E benchmark, the same as Code Llmama using in their paper
|
|
| 91 |
| Code LLama - Instruct 13B | 1 | 39.0% | 159 |
|
| 92 |
| Our 13B | 1 | 42.4% | 159 |
|
| 93 |
|
| 94 |
-
How to reproduce my evaluation? Just run like the offical document of MultiPL-E: https://nuprl.github.io/MultiPL-E/tutorial.html, change the modal name by my model here: `mhhmm/typescript-instruct-20k`
|
| 95 |
|
| 96 |
This is the code that I ran with Google Colab (using A100 40GB, yes, it requires that much GPU RAM)
|
| 97 |
|
|
|
|
| 91 |
| Code LLama - Instruct 13B | 1 | 39.0% | 159 |
|
| 92 |
| Our 13B | 1 | 42.4% | 159 |
|
| 93 |
|
| 94 |
+
How to reproduce my evaluation? Just run like the offical document of MultiPL-E: https://nuprl.github.io/MultiPL-E/tutorial.html, change the modal name by my model here: `mhhmm/typescript-instruct-20k-v2`
|
| 95 |
|
| 96 |
This is the code that I ran with Google Colab (using A100 40GB, yes, it requires that much GPU RAM)
|
| 97 |
|