Instructions to use AI4FinTech/graphbean-ellipticpp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AI4FinTech/graphbean-ellipticpp with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="AI4FinTech/graphbean-ellipticpp")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("AI4FinTech/graphbean-ellipticpp") model = AutoModelForSequenceClassification.from_pretrained("AI4FinTech/graphbean-ellipticpp") - Notebooks
- Google Colab
- Kaggle
Upload wallets.ckpt
Browse files- wallets.ckpt +2 -2
wallets.ckpt
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:d8934328c90b72435f778ca45a9ffefc1db00794e0f92d5e7044b46ada7508ee
|
| 3 |
+
size 4347868
|