jjae commited on
Commit
cb68530
·
verified ·
1 Parent(s): 9a54251

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -48,3 +48,6 @@ model = AutoModelForCausalLM.from_pretrained(
48
  tokenizer = AutoTokenizer.from_pretrained(model_name)
49
  ```
50
 
 
 
 
 
48
  tokenizer = AutoTokenizer.from_pretrained(model_name)
49
  ```
50
 
51
+ ## GitHub
52
+ Check out the full training code [here](https://github.com/dahlia52/KR-Culture-QA/tree/main).
53
+