Text Classification
Transformers
TensorBoard
Safetensors
bert
text-embeddings-inference
Not-For-All-Audiences
Instructions to use TigerHatKth/xxx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TigerHatKth/xxx with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="TigerHatKth/xxx")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("TigerHatKth/xxx") model = AutoModelForSequenceClassification.from_pretrained("TigerHatKth/xxx", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
ab7bba2
1
Parent(s): fe06da5
Training in progress, epoch 3
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:c7a172c961732c0c9c6598ee77aa9349f143c0d9932eb8e1672bee4cf9eaf5ab
|
| 3 |
size 437958648
|
runs/Dec21_05-30-15_9f8efa5e01f7/events.out.tfevents.1703136615.9f8efa5e01f7.1224.1
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:76d1e4c8fe1cd654aeddd25940b51740cbdf68eb01619850ed81c91aeb526683
|
| 3 |
+
size 5414
|