Instructions to use morganchen1007/0310_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use morganchen1007/0310_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="morganchen1007/0310_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("morganchen1007/0310_model") model = AutoModelForSequenceClassification.from_pretrained("morganchen1007/0310_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
43a3ab2
1
Parent(s): 8cfc104
Training in progress, step 28000
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438047925
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f93c72879e9eabccb66268c709a68907c576563fd94e4e23726c82a6d5cb8877
|
| 3 |
size 438047925
|