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 ·
6951be6
1
Parent(s): d3bdc10
Training in progress, epoch 8
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:48dd0bcacd76817725222f72b1db083bc0584d1d21dd70c892ab76f827022909
|
| 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:9f03abb28939fb28b5eb410bde69eb3f92c0e5483800b7af7a43ed599d55ab98
|
| 3 |
+
size 8642
|