Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

thanhdath
/
intent_trading

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

Instructions to use thanhdath/intent_trading with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use thanhdath/intent_trading with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="thanhdath/intent_trading")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("thanhdath/intent_trading")
    model = AutoModelForSequenceClassification.from_pretrained("thanhdath/intent_trading")
  • Notebooks
  • Google Colab
  • Kaggle
intent_trading / runs
44.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
thanhdath's picture
thanhdath
Model save
a0fa1c1 verified almost 2 years ago
  • May25_22-14-38_Precision-3660
    Model save almost 2 years ago
  • May25_22-54-42_Precision-3660
    Model save almost 2 years ago