Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use asparius/bert-fine-grained with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use asparius/bert-fine-grained with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="asparius/bert-fine-grained")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("asparius/bert-fine-grained") model = AutoModelForSequenceClassification.from_pretrained("asparius/bert-fine-grained", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
runs/Oct12_19-38-40_ai14.kuacc.ku.edu.tr/events.out.tfevents.1665592733.ai14.kuacc.ku.edu.tr.149060.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:67b61a46867c6f98736104b31f1cb8ebe7d39c59564713eb4f45981267955f94
|
| 3 |
+
size 7354
|
runs/Oct12_19-38-40_ai14.kuacc.ku.edu.tr/events.out.tfevents.1665596640.ai14.kuacc.ku.edu.tr.149060.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5fc81ad3520a2d53d536d8d5714758c292c2b2349ed5274966b5abfc197c248d
|
| 3 |
+
size 409
|