Instructions to use soyee/session1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use soyee/session1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="soyee/session1")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("soyee/session1") model = AutoModelForSequenceClassification.from_pretrained("soyee/session1") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 435748657
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d041cf490dc7049d7f3f5f7a4ea5acfc0a34dfa5c8892386ca62fac2b89cf25
|
| 3 |
size 435748657
|
runs/Aug21_11-40-31_ac1756c2f85a/events.out.tfevents.1692618037.ac1756c2f85a.178.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:0c48baaa771c91e896590b72903f0c92e8be72ff8413fd978b71000e6409ef1f
|
| 3 |
+
size 14047
|