Text Generation
Transformers
PyTorch
gpt_bigcode
Code-Gen
text-generation-inference
blair-johnson commited on
Commit
15904cc
·
1 Parent(s): ac39175

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 = "bigcode/starcoder"
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"