Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
distilbert
text-embeddings-inference
Instructions to use Joshwabail/distilbert-absa-sequence-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Joshwabail/distilbert-absa-sequence-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Joshwabail/distilbert-absa-sequence-classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Joshwabail/distilbert-absa-sequence-classification") model = AutoModelForSequenceClassification.from_pretrained("Joshwabail/distilbert-absa-sequence-classification") - Notebooks
- Google Colab
- Kaggle
Joshua Bailey commited on
Commit ·
cd34dc5
1
Parent(s): d1dc91f
Training in progress, epoch 4
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 263173805
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe78881348ef079233141528bc7fb76f9780beee6d6a8b56c95bf8d0c4a3f956
|
| 3 |
size 263173805
|
runs/Feb23_18-12-32_45bf9b5d8e10/events.out.tfevents.1677175959.45bf9b5d8e10.58802.2
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:74d696d9da84f7f8bd55aa916a7f3765c38f9425309f16c5a1b65bb4337a706c
|
| 3 |
+
size 6283
|