Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use flowfree/bert-finetuned-cryptos with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use flowfree/bert-finetuned-cryptos with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="flowfree/bert-finetuned-cryptos")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("flowfree/bert-finetuned-cryptos") model = AutoModelForSequenceClassification.from_pretrained("flowfree/bert-finetuned-cryptos") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438010997
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:53562da56350a9568c186229267f3b8038b2d63df242839d27215d343ac9b315
|
| 3 |
size 438010997
|
runs/Mar15_08-04-48_cc4e334d154d/events.out.tfevents.1678867494.cc4e334d154d.3501.0
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:5cd8ea5930e8880c6da45fa6494eeba9cce59390e60cf442afdddfa149342e1b
|
| 3 |
+
size 4325
|
runs/Mar15_08-04-48_cc4e334d154d/events.out.tfevents.1678867562.cc4e334d154d.3501.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fccc653b1eecf899b91327054ac5b80e1ed223b2e27ad100008816bd15c58d2c
|
| 3 |
+
size 363
|