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

bobo
/
bobo_classification_function

Text Classification
Transformers
google-tensorflow TensorFlow
bert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use bobo/bobo_classification_function with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="bobo/bobo_classification_function")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("bobo/bobo_classification_function")
    model = AutoModelForSequenceClassification.from_pretrained("bobo/bobo_classification_function")
  • Notebooks
  • Google Colab
  • Kaggle
bobo_classification_function
499 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
patrickvonplaten's picture
patrickvonplaten
allow flax
1bde1e7 about 5 years ago
  • .gitattributes
    736 Bytes
    allow flax about 5 years ago
  • README.md
    0 Bytes
    Updated about 5 years ago
  • config.json
    825 Bytes
    Updated architecture about 5 years ago
  • eval_results.txt
    50 Bytes
    Updated about 5 years ago
  • special_tokens_map.json
    112 Bytes
    Updated about 5 years ago
  • tf_model.h5
    499 MB
    xet
    Updated about 5 years ago
  • tokenizer_config.json
    492 Bytes
    Updated about 5 years ago
  • vocab.txt
    399 kB
    Updated about 5 years ago