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
End of training
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:1ae3ddb52500eb3b7a3bce1504c7574f3f56aefe28eb694e70e9e2058228ab19
|
| 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:34f951d297896c84d9d9ec502a70c11dae38b7104b1f615b67fa5f67237b3a82
|
| 3 |
+
size 5399
|