AntonXue commited on
Commit
ae35ead
1 Parent(s): 8aa316c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -1,3 +1,4 @@
1
- ---
2
- {}
3
- ---
 
 
1
+ ```
2
+ from transformers import AutoModelForCausalLM
3
+ model = AutoModelForCausalLM.from_pretrained("AntonXue/codebert-base")
4
+ ```