Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

flowfree
/
bert-finetuned-cryptos

Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
2

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
bert-finetuned-cryptos / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
flowfree's picture
flowfree
End of training
525b1b8 about 3 years ago
  • Apr05_07-03-50_de5ccfe42537
    Training in progress, epoch 1 about 3 years ago
  • Apr05_07-08-02_de5ccfe42537
    Training in progress, epoch 1 about 3 years ago
  • Apr05_07-10-59_de5ccfe42537
    End of training about 3 years ago
  • Mar15_07-55-27_cc4e334d154d
    Training in progress, epoch 1 about 3 years ago
  • Mar15_07-56-57_cc4e334d154d
    Training in progress, epoch 1 about 3 years ago
  • Mar15_07-58-51_cc4e334d154d
    Training in progress, epoch 1 about 3 years ago
  • Mar15_08-01-56_cc4e334d154d
    Training in progress, epoch 1 about 3 years ago
  • Mar15_08-04-48_cc4e334d154d
    End of training about 3 years ago