Instructions to use HAO-K/powerinfer-seq-cls with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HAO-K/powerinfer-seq-cls with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="HAO-K/powerinfer-seq-cls")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("HAO-K/powerinfer-seq-cls") model = AutoModelForSequenceClassification.from_pretrained("HAO-K/powerinfer-seq-cls", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 30
Browse files
model-00001-of-00002.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4957559960
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4b0257eeaed0cf51f4704e990246cdf473c7e3becd4af0ed7e64832810334ae7
|
| 3 |
size 4957559960
|
model-00002-of-00002.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1214374880
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d616b2c3ccd05bf03802ce6aa02bd12b06501f7a63a82bf29e3ffc3faa91dad
|
| 3 |
size 1214374880
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 7352
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b8bbb5c56dcab0084ded88a54742670b8aa4a01174c67d55bd39cae8e27a104
|
| 3 |
size 7352
|