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 transactions.ckpt
Browse files- transactions.ckpt +3 -0
transactions.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2afb3bc26727e2fd980bc3aeb447e3948e2e9673e27f17ebfa87bc5725d93f3e
|
| 3 |
+
size 4347868
|