Instructions to use mkbashar/output with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mkbashar/output with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="mkbashar/output")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("mkbashar/output") model = AutoModelForSequenceClassification.from_pretrained("mkbashar/output") - Notebooks
- Google Colab
- Kaggle
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 267832560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bbf9199809d92185f9251d8a2184009677253818db3edf8ff9c39b37fbdf243a
|
| 3 |
size 267832560
|
runs/Feb21_15-21-50_coursecompute01/events.out.tfevents.1708546911.coursecompute01.3456162.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:e4127bdbc17b017060534ab2346a079fe5490f44d1998f5aad96a6d6c3730fab
|
| 3 |
+
size 4649
|