Commit
·
15904cc
1
Parent(s):
ac39175
Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ The base model was trained on GitHub code and then fine-tuned to follow instruct
|
|
37 |
import torch
|
38 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
39 |
|
40 |
-
checkpoint = "
|
41 |
device = "cuda"
|
42 |
|
43 |
input_prompt = ("Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.\n\n"
|
|
|
37 |
import torch
|
38 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
39 |
|
40 |
+
checkpoint = "GeorgiaTechResearchInstitute/starcoder-gpteacher-code-instruct"
|
41 |
device = "cuda"
|
42 |
|
43 |
input_prompt = ("Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.\n\n"
|