Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use FCameCode/BERT_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FCameCode/BERT_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="FCameCode/BERT_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("FCameCode/BERT_model") model = AutoModelForSequenceClassification.from_pretrained("FCameCode/BERT_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
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:18c3b1971fdc309eb06f2a684f7fa163d6895e195633eb758671d6c3223464d5
|
| 3 |
size 438007925
|
runs/Apr10_10-18-22_8a5633e38a18/1681122002.7383153/events.out.tfevents.1681122002.8a5633e38a18.5828.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ead373b626aeac87fe5ec1c7d24d9a988cd5f23c5113767c485e72021e15371
|
| 3 |
+
size 5799
|
runs/Apr10_10-18-22_8a5633e38a18/events.out.tfevents.1681122002.8a5633e38a18.5828.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8dfaafa58377e4bab530f9169394f3c8292afa78b85f8186860ef840f99979dc
|
| 3 |
+
size 4848
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3579
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60956c8935bba7942f2b5f32fe7b97cd3ca5073cd91b7c28edcb5d63a9bf6ae9
|
| 3 |
size 3579
|