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

  • Log In
  • Sign Up

seamew
/
waimai

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

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

  • Libraries
  • Transformers

    How to use seamew/waimai with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="seamew/waimai")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("seamew/waimai")
    model = AutoModelForSequenceClassification.from_pretrained("seamew/waimai")
  • Notebooks
  • Google Colab
  • Kaggle
waimai
410 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
seamew's picture
seamew
Upload tf_model.h5 with git-lfs
9758e5d about 4 years ago
  • .gitattributes
    1.22 kB
    initial commit about 4 years ago
  • config.json
    937 Bytes
    Upload config.json about 4 years ago
  • tf_model.h5
    409 MB
    xet
    Upload tf_model.h5 with git-lfs about 4 years ago
  • tokenizer.json
    269 kB
    Upload tokenizer.json about 4 years ago