Instructions to use srcocotero/tiny-bert-qa-es with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use srcocotero/tiny-bert-qa-es with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="srcocotero/tiny-bert-qa-es")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("srcocotero/tiny-bert-qa-es") model = AutoModelForQuestionAnswering.from_pretrained("srcocotero/tiny-bert-qa-es") - Notebooks
- Google Colab
- Kaggle
Commit 路
cc988d3
1
Parent(s): 8113e4d
Training in progress, step 24000
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 21000663
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6acd103323ff99d524ff2ee5904c928a1f4ef00cd0b482336f1cdac722ade0c2
|
| 3 |
size 21000663
|
runs/Aug16_09-58-09_3e242ad76ace/events.out.tfevents.1660644096.3e242ad76ace.420.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:1aa4626f6fbbc3f5aaea034016b3dc21ea096e83cd165daa85885436e27987a9
|
| 3 |
+
size 11456
|