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 ·
c6cc4a0
1
Parent(s): c61d459
Training in progress, step 6000
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:6f5c895efcf0c877aa6ae4993c580dd0dd222df42d4adb2ec53f23aaf7d27f93
|
| 3 |
size 714174965
|