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 ·
6472570
1
Parent(s): 6951be6
Training in progress, epoch 10
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:e1bf24ac459501bacfa3772b94ded3be9a909ca769229478790dea2d01abd8eb
|
| 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:9d2fec510d0e2d7fbbf15b182c42e05f3f81f5e7a01f89a68316ec77117e3db5
|
| 3 |
+
size 9743
|