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 ·
1dc9bdb
1
Parent(s): 17a68c5
Training in progress, step 1000
Browse files- pytorch_model.bin +1 -1
- training_args.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:74cbe3db0ee2bfc99044ad7cf92e7412162ae75a0d8247092f2969191c6820f4
|
| 3 |
size 714174965
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3515
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e94b6cda56bd94550703fa35b872b8a76d131a3ab9f8a23a96529243c6bbed8
|
| 3 |
size 3515
|