Text Classification
Transformers
TensorBoard
Safetensors
English
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use gokulsrinivasagan/bert_uncased_L-4_H-128_A-2_rte with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gokulsrinivasagan/bert_uncased_L-4_H-128_A-2_rte with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="gokulsrinivasagan/bert_uncased_L-4_H-128_A-2_rte")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("gokulsrinivasagan/bert_uncased_L-4_H-128_A-2_rte") model = AutoModelForSequenceClassification.from_pretrained("gokulsrinivasagan/bert_uncased_L-4_H-128_A-2_rte") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 17
Browse files
logs/events.out.tfevents.1733338448.ki-g0008.1764072.26
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:5b438d06ecee037d74b88c60614a79bcc70f320112a8808977a3ea97f75e86e5
|
| 3 |
+
size 14070
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 19139184
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8235c262a8891ab80331bfe6c28ea0c3efba689e5471b168bbbf2be0d1519ea7
|
| 3 |
size 19139184
|