alquist4121 commited on
Commit
f3ffa17
·
1 Parent(s): 28d0a4b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -2,4 +2,10 @@
2
  license: mit
3
  ---
4
 
 
 
 
 
 
 
5
  arxiv.org/abs/2306.15604
 
2
  license: mit
3
  ---
4
 
5
+ ```python
6
+ tokenizer = AutoTokenizer.from_pretrained('ynklab/XCodeBERT')
7
+ model = AutoModel.from_pretrained('ynklab/XCodeBERT')
8
+
9
+ ```
10
+
11
  arxiv.org/abs/2306.15604