Instructions to use luischir/bert-base-spanish-wwm-cased-finetuned-quales with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use luischir/bert-base-spanish-wwm-cased-finetuned-quales with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="luischir/bert-base-spanish-wwm-cased-finetuned-quales")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("luischir/bert-base-spanish-wwm-cased-finetuned-quales") model = AutoModelForQuestionAnswering.from_pretrained("luischir/bert-base-spanish-wwm-cased-finetuned-quales", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437119469
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a616aadc6a2254fd2658402629999352bca9a0996ced258ab2872e1a49954fd
|
| 3 |
size 437119469
|
runs/Jun16_15-46-00_244a947d1918/events.out.tfevents.1686930369.244a947d1918.469.3
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:e02a50284ce42c1163148df5c7b677b15f3150f6d90f64676d7cbfe5e895a5fc
|
| 3 |
+
size 5456
|