Instructions to use taspips/my_bigbird_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use taspips/my_bigbird_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="taspips/my_bigbird_model")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("taspips/my_bigbird_model") model = AutoModelForQuestionAnswering.from_pretrained("taspips/my_bigbird_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
runs/Jun06_21-26-25_8aa9d04fc0bb/events.out.tfevents.1686086805.8aa9d04fc0bb.3406.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb58afd03c595abf9b77d32a37098279a495ad4464fa297fce819074d4a08f91
|
| 3 |
+
size 5164
|