Instructions to use abigailp/m3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use abigailp/m3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="abigailp/m3")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("abigailp/m3") model = AutoModelForSequenceClassification.from_pretrained("abigailp/m3") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
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:39d5c319c2b59e2c27408f8c5e23c099e241875c81cdff26d7549c3287ffe589
|
| 3 |
size 267855533
|
runs/Jan31_12-23-12_f2ffbcdf767c/events.out.tfevents.1675167807.f2ffbcdf767c.234.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:5a4d855ed05f0ab282438c7dd473142c29326bf938ad27d0969023b9dc16ff75
|
| 3 |
+
size 4483
|