Instructions to use inshining/bigData_w9 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use inshining/bigData_w9 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("inshining/bigData_w9") model = AutoModelForSeq2SeqLM.from_pretrained("inshining/bigData_w9") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
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:90c4d2d2ecc59846a65c9dab5db2254693141b26882b38e3d6ccffbd6a7f9ac7
|
| 3 |
+
size 557912964
|