Instructions to use tomlobato/prop_class with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tomlobato/prop_class with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="tomlobato/prop_class")# Load model directly from transformers import AutoProcessor, AutoModelForSequenceClassification processor = AutoProcessor.from_pretrained("tomlobato/prop_class") model = AutoModelForSequenceClassification.from_pretrained("tomlobato/prop_class", device_map="auto") - Notebooks
- Google Colab
- Kaggle
tomlobato/prop_class
Browse files
runs/Mar16_05-23-05_8adb422a7370/events.out.tfevents.1710566585.8adb422a7370.23297.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9da81aa45bb6082e5c68e0bc97dbed4c5a4d4f24e899e22792414b6a50b63c1
|
| 3 |
+
size 5274
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4856
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6217445bfb45643b1be82be2be1964b64f13f3bf8ddc26b22f22eed215e5d69
|
| 3 |
size 4856
|