Instructions to use abletobetable/text_feature_extractor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use abletobetable/text_feature_extractor with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="abletobetable/text_feature_extractor")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("abletobetable/text_feature_extractor") model = AutoModelForSequenceClassification.from_pretrained("abletobetable/text_feature_extractor", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
c61d459
1
Parent(s): 46de811
Training in progress, step 5000
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 714174965
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d7d8b20b7300a90a80614e3956938d7c34d06cb49290f99ce8d6f23d78e903c
|
| 3 |
size 714174965
|