Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
grasgor
/
flan-t5-small-wikitablequestions
like
0
Question Answering
Transformers
PyTorch
TensorBoard
stanfordnlp/wikitablequestions
English
t5
text2text-generation
text-generation-inference
License:
mit
Model card
Files
Files and versions
xet
Metrics
Training metrics
Community
2
Deploy
Use this model
grasgor
commited on
Oct 27
Commit
9e89ae1
路
verified
路
1 Parent(s):
e441910
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+10
-0
README.md
ADDED
Viewed
@@ -0,0 +1,10 @@
1
+
---
2
+
license: mit
3
+
datasets:
4
+
- stanfordnlp/wikitablequestions
5
+
language:
6
+
- en
7
+
base_model:
8
+
- google/flan-t5-small
9
+
pipeline_tag: question-answering
10
+
---