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

  • Log In
  • Sign Up

Modfiededition
/
bert-fine-tuned-cola

Text Classification
Transformers
google-tensorflow TensorFlow
English
bert
sequence classification
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Modfiededition/bert-fine-tuned-cola with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Modfiededition/bert-fine-tuned-cola with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Modfiededition/bert-fine-tuned-cola")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Modfiededition/bert-fine-tuned-cola")
    model = AutoModelForSequenceClassification.from_pretrained("Modfiededition/bert-fine-tuned-cola")
  • Notebooks
  • Google Colab
  • Kaggle
bert-fine-tuned-cola
434 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Modfiededition's picture
Modfiededition
Update README.md
48782b1 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    163 Bytes
    Update README.md over 4 years ago
  • config.json
    648 Bytes
    Upload config.json over 4 years ago
  • special_tokens_map.json
    112 Bytes
    Add model and tokenizer files over 4 years ago
  • tf_model.h5
    434 MB
    xet
    Add model and tokenizer files over 4 years ago
  • tokenizer.json
    436 kB
    Add model and tokenizer files over 4 years ago
  • tokenizer_config.json
    320 Bytes
    Add model and tokenizer files over 4 years ago
  • vocab.txt
    213 kB
    Add model and tokenizer files over 4 years ago