Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use FCameCode/BERT_model_new with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FCameCode/BERT_model_new with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="FCameCode/BERT_model_new")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("FCameCode/BERT_model_new") model = AutoModelForSequenceClassification.from_pretrained("FCameCode/BERT_model_new") - 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:52dfc423fe13f10c45499cb7627665d85cbbc057f41033f8251351307120caa3
|
| 3 |
size 438007925
|
runs/Apr27_17-01-18_43fbe59f2aeb/events.out.tfevents.1682614896.43fbe59f2aeb.735.0
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:5eadab96bb88bba1c50e06b6b0166652d8ff374f3cf23ce6e6bea1eb695affb2
|
| 3 |
+
size 4935
|