Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use fredymad/bert_Pfinal_2e-5_16_10 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fredymad/bert_Pfinal_2e-5_16_10 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="fredymad/bert_Pfinal_2e-5_16_10")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("fredymad/bert_Pfinal_2e-5_16_10") model = AutoModelForSequenceClassification.from_pretrained("fredymad/bert_Pfinal_2e-5_16_10", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438007925
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a789400c7830f2fdddecae234aecff10ba6b2ae4de06fc0b7019c2246f2ad1c
|
| 3 |
size 438007925
|
runs/May30_12-42-33_afb199655ad3/events.out.tfevents.1685450558.afb199655ad3.1840.6
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:b52366759188729dd263a2b5165a9a54e351d362ee93243866328755f0080366
|
| 3 |
+
size 5151
|