Instructions to use alinemati/BERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alinemati/BERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="alinemati/BERT")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("alinemati/BERT") model = AutoModelForQuestionAnswering.from_pretrained("alinemati/BERT") - Notebooks
- Google Colab
- Kaggle
Upload tf_model.h5 with git-lfs
Browse files- tf_model.h5 +3 -0
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f6cbae49f4da51109687fe3c05825a94de48e509820c94f561aea010920af37
|
| 3 |
+
size 260895816
|