Senka1 commited on
Commit
9cd4f1c
1 Parent(s): 9516943

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +5 -1
index.html CHANGED
@@ -1,4 +1,8 @@
1
- <!DOCTYPE html>
 
 
 
 
2
  <html>
3
  <head>
4
  <meta charset="utf-8" />
 
1
+ <!DOCTYPE html>from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
2
+
3
+ tokenizer = AutoTokenizer.from_pretrained("KeLiu/QETRA_HTML")
4
+
5
+ model = AutoModelForSeq2SeqLM.from_pretrained("KeLiu/QETRA_HTML")
6
  <html>
7
  <head>
8
  <meta charset="utf-8" />