Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use MarPla/BertAbstractIntroduction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MarPla/BertAbstractIntroduction with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="MarPla/BertAbstractIntroduction")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("MarPla/BertAbstractIntroduction") model = AutoModelForSequenceClassification.from_pretrained("MarPla/BertAbstractIntroduction", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438026320
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e7efa8ea474bd76a063a95ad1ea2ff5bdf63235bf5c1d509aefd6d0d035d0b4
|
| 3 |
size 438026320
|
runs/Jun09_18-09-25_51a1b99e6f93/events.out.tfevents.1717956566.51a1b99e6f93.34.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:2bcf78c7ed49c4b8728bcaa531fac4cd63f3c34746c8d0761c20df5b68c8d731
|
| 3 |
+
size 13216
|