Instructions to use soumyasanyal/nli-entailment-verifier-xxl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use soumyasanyal/nli-entailment-verifier-xxl with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("soumyasanyal/nli-entailment-verifier-xxl") model = AutoModelForSeq2SeqLM.from_pretrained("soumyasanyal/nli-entailment-verifier-xxl", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
3571969
1
Parent(s): f11b55b
Fix model weight keys
Browse files- pytorch_model.bin +2 -2
pytorch_model.bin
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:bd95176712926dfa58e4fe905f8d2ce236f424dc9fa96ca42169df2ef22895c4
|
| 3 |
+
size 44541523269
|