Instructions to use natope/question-context-random-to10-p with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use natope/question-context-random-to10-p with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("natope/question-context-random-to10-p") model = AutoModelForSeq2SeqLM.from_pretrained("natope/question-context-random-to10-p") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd4c7e52b6f211b1b7d9c1aa7879a72b50fd8dd306e2583049356ae48aaf05eb
|
| 3 |
+
size 1200729560
|