Instructions to use liwii/fc-binary-prompt-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use liwii/fc-binary-prompt-model with Transformers:
# Load model directly from transformers import AutoTokenizer, ConsistentSentenceClassifier tokenizer = AutoTokenizer.from_pretrained("liwii/fc-binary-prompt-model") model = ConsistentSentenceClassifier.from_pretrained("liwii/fc-binary-prompt-model") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- pytorch_model.bin +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 274755245
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c975a3fd60241be8dc09ba3c78d16f2d5d93f8f1289925c99fe4897e2eaac36f
|
| 3 |
size 274755245
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4091
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e945f6b38f5a84293fc65a0484df2d5b3434823fa721d03f7290e99469aff42a
|
| 3 |
size 4091
|