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
runs/Apr05_07-10-59_de5ccfe42537/events.out.tfevents.1680678663.de5ccfe42537.185.5
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:e5e2aa098e21cf2ee352f904b274a99b3d1c418e92758e98da777c65e38aec22
|
| 3 |
+
size 5452
|
runs/Apr05_07-10-59_de5ccfe42537/events.out.tfevents.1680678762.de5ccfe42537.185.7
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dfb8decf0690790162b95cb19750ff0d91118afbc74d4f0e6fbd36be045d3a72
|
| 3 |
+
size 411
|