Instructions to use clui/fine2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use clui/fine2 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("clui/fine2") model = AutoModelForSeq2SeqLM.from_pretrained("clui/fine2") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 3000
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 341520748
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb19b8c737d2c8a1c0f6a801e8ebce6dcff2a9c5cead32cca8705d64be3bd9b1
|
| 3 |
size 341520748
|