Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Sussybaka
/
gpt2wilkinscoffee
like
0
openwebtext
English
exbert
Eval Results
arxiv:
5 papers
License:
apache-2.0
Model card
Files
Files and versions
Community
Sussybaka
commited on
Jun 7, 2022
Commit
490feb7
•
1 Parent(s):
cb0e8f2
Update README.md
Browse files
Files changed (1)
hide
show
README.md
+2
-0
README.md
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
---
2
license: gpl-3.0
3
---
1
---
2
license: gpl-3.0
3
---
4
+
tokenizer = BertTokenizerFast.from_pretrained('bert-base')
5
+
model = AutoModel.from_pretrained('ckiplab/gpt2-base')