Instructions to use cuadron11/modelBsc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cuadron11/modelBsc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="cuadron11/modelBsc")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("cuadron11/modelBsc") model = AutoModelForTokenClassification.from_pretrained("cuadron11/modelBsc") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 29
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 496299053
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc50fffdc775d41ee04752198b5acacd2a2d5274f25aee0eea76445a802dd5b8
|
| 3 |
size 496299053
|
runs/Apr27_18-22-42_a3b8653ab5fc/events.out.tfevents.1682619770.a3b8653ab5fc.211.2
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:2a753c4f759e24629ac040c8f8f44fda028f0b9c31b849af77882e5e264ef770
|
| 3 |
+
size 18071
|