Instructions to use cx1027/abc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cx1027/abc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="cx1027/abc")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("cx1027/abc") model = AutoModel.from_pretrained("cx1027/abc") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files- adapter_model.bin +2 -2
adapter_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:24ca6ff5dc0d48f19017e9244e99df2114f085d0fa056d06b62a7b27d4ac4570
|
| 3 |
+
size 82685
|