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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

hohorong
/
tool_choose2_micro

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 hohorong/tool_choose2_micro with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hohorong/tool_choose2_micro with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="hohorong/tool_choose2_micro")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("hohorong/tool_choose2_micro")
    model = AutoModelForSequenceClassification.from_pretrained("hohorong/tool_choose2_micro", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
tool_choose2_micro / runs
128 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
hohorong's picture
hohorong
Training completed.. v2
f5b665a over 2 years ago
  • Nov06_08-56-59_9203ce4403fe
    Training completed.. v2 over 2 years ago
  • Nov06_09-20-02_9203ce4403fe
    Training completed.. v2 over 2 years ago
  • Nov06_09-21-09_9203ce4403fe
    Training completed.. v2 over 2 years ago
  • Nov06_10-36-07_4e340bedf029
    Training completed.. v2 over 2 years ago
  • Nov06_10-43-06_4e340bedf029
    Training completed.. v2 over 2 years ago
  • Nov06_10-50-45_4e340bedf029
    Training completed.. v2 over 2 years ago
  • Nov06_11-13-50_4e340bedf029
    Training completed.. v2 over 2 years ago