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

nguyennghia0902
/
textming_proj01_electra

Text Classification
Transformers
google-tensorflow TensorFlow
Vietnamese
electra
generated_from_keras_callback
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use nguyennghia0902/textming_proj01_electra with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="nguyennghia0902/textming_proj01_electra")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("nguyennghia0902/textming_proj01_electra")
    model = AutoModelForSequenceClassification.from_pretrained("nguyennghia0902/textming_proj01_electra", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
textming_proj01_electra
54.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
nguyennghia0902's picture
nguyennghia0902
Update tf_model.h5
7086e1b verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.86 kB
    Update README.md over 2 years ago
  • config.json
    886 Bytes
    Upload TFElectraForSequenceClassification over 2 years ago
  • tf_model.h5
    54.5 MB
    xet
    Update tf_model.h5 over 2 years ago