Instructions to use TigerHatKth/content with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TigerHatKth/content with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="TigerHatKth/content")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("TigerHatKth/content") model = AutoModelForSequenceClassification.from_pretrained("TigerHatKth/content") - Notebooks
- Google Colab
- Kaggle
Commit ·
d918326
1
Parent(s): 990f73c
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437958648
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6168e3be8a0626b778c37e88e526c290a75efd36a03ad1f9700380504f2cb21
|
| 3 |
size 437958648
|
runs/Dec14_09-13-54_37d987303b79/events.out.tfevents.1702545235.37d987303b79.1039.2
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:af0517f247436136c4c4de1277de664d4aaf26be5a1d1964a1d6913e22b93287
|
| 3 |
+
size 4743
|