Instructions to use booltbb/my_classfier_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use booltbb/my_classfier_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="booltbb/my_classfier_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("booltbb/my_classfier_model") model = AutoModelForSequenceClassification.from_pretrained("booltbb/my_classfier_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 7
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267855533
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e1f095bf15f70740a2470c4c6ba8f5735a582e997b4eedf3eef45ecfccdafd7
|
| 3 |
size 267855533
|
runs/Apr12_09-50-33_ShangHai-IOT05/events.out.tfevents.1681293040.ShangHai-IOT05.30815.0
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:00bdc63677e241d94270837ed3fb6dc4110ff3dd6c9038349b71c8828a241071
|
| 3 |
+
size 6165
|