Instructions to use nagthgr8/qa-bert-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nagthgr8/qa-bert-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="nagthgr8/qa-bert-base")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("nagthgr8/qa-bert-base") model = AutoModel.from_pretrained("nagthgr8/qa-bert-base") - Notebooks
- Google Colab
- Kaggle
Initial model push
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 435596088
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e57e42480215905b1aba0b7f3a759b990922b4e7f0a327be4aed839e9ddd73bb
|
| 3 |
size 435596088
|