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", 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:ed750ca0a599548eda425cd71b964af6ab5bbd9303295b6e5f46ae07691d3673
|
| 3 |
size 438007925
|
runs/Apr10_09-31-59_0a9f70759669/events.out.tfevents.1681119128.0a9f70759669.3024.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:99d09d0d69802c4ae8b12595d7763114bd2d74ac95047b2fa2e0d515b4b49e2b
|
| 3 |
+
size 5171
|