Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use fredymad/bert_Pfinal_4CLASES_2e-5_16_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fredymad/bert_Pfinal_4CLASES_2e-5_16_2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="fredymad/bert_Pfinal_4CLASES_2e-5_16_2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("fredymad/bert_Pfinal_4CLASES_2e-5_16_2") model = AutoModelForSequenceClassification.from_pretrained("fredymad/bert_Pfinal_4CLASES_2e-5_16_2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 439488629
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43f26932cd3ea578cc13d9ca47f8191217f2f12fef9f9d01aecc6db342a5b699
|
| 3 |
size 439488629
|
runs/Jun02_10-37-58_faf75afe39d6/1685702381.926859/events.out.tfevents.1685702381.faf75afe39d6.2516.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91a88c7162e243644922595c5e2d1705a99c1e73a0cd38fe09abfe264d08ce76
|
| 3 |
+
size 5909
|
runs/Jun02_10-37-58_faf75afe39d6/events.out.tfevents.1685702381.faf75afe39d6.2516.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a97caeaf066d64f8628916f53cf8c8d3bc8d08854858ade6edc48139ebd440b
|
| 3 |
+
size 4707
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3643
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c81844c5f1dd128bd82f547c2ee17da821874a121dc1d2701282d0af30b51bf1
|
| 3 |
size 3643
|