Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
xfact
/
FiD-NQ
like
2
Follow
Explainable Factual Reasoning Lab @ KAIST
6
Transformers
PyTorch
English
t5
fid
text-generation-inference
Inference Endpoints
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
euiyulsong
commited on
Jan 4, 2023
Commit
bf722f5
·
1 Parent(s):
eac156b
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+7
-0
README.md
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
```
2
+
from fid import FiDT5
3
+
4
+
config = AutoConfig.from_pretrained("t5-base")
5
+
6
+
tokenizer = T5Tokenizer.from_pretrained("t5-base")
7
+
``