Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use fredymad/bert_laxo_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_laxo_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_laxo_2e-5_16_2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("fredymad/bert_laxo_2e-5_16_2") model = AutoModelForSequenceClassification.from_pretrained("fredymad/bert_laxo_2e-5_16_2", 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:c0a916aeda7504721de420499d8c534696ac50d64e9fc4551188e36e55f076ae
|
| 3 |
size 438007925
|
runs/May29_20-23-58_d449f61d8c34/events.out.tfevents.1685391843.d449f61d8c34.7206.4
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:e60f07689a8dc41dfa8b4ca530d4f2acd9e5a6966fb56298159f9d6724a921eb
|
| 3 |
+
size 5045
|