Instructions to use VCNC/bert_piezas with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use VCNC/bert_piezas with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="VCNC/bert_piezas")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("VCNC/bert_piezas") model = AutoModelForSequenceClassification.from_pretrained("VCNC/bert_piezas", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload model_piezas (1).pth
Browse files- model_piezas (1).pth +3 -0
model_piezas (1).pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f9a347c14df65197fdbdf2c8105f3727f917de22b9b600c535cb6acd8a3596db
|
| 3 |
+
size 17825793
|