Instructions to use mwpt5/solvability-checker with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mwpt5/solvability-checker with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="mwpt5/solvability-checker")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("mwpt5/solvability-checker") model = AutoModel.from_pretrained("mwpt5/solvability-checker", device_map="auto") - Notebooks
- Google Colab
- Kaggle
yashichawla commited on
Commit ·
20e00c4
1
Parent(s): 63020ad
Epoch: 5
Browse files- model.pt +1 -1
- trainer.pt +1 -1
model.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 444344646
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a653783fff202df2a193b63d5f0a66aa98925839d0222f24c389f1fd565eb8ed
|
| 3 |
size 444344646
|
trainer.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 883933782
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e15d5b04243caadeaf7cb398839fc5a0334fcd555585661b4f07a7ce327d77b
|
| 3 |
size 883933782
|