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

Jeevesh8
/
std_0pnt2_bert_ft_cola-72

Text Classification
Transformers
PyTorch
TensorBoard
bert
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use Jeevesh8/std_0pnt2_bert_ft_cola-72 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Jeevesh8/std_0pnt2_bert_ft_cola-72 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Jeevesh8/std_0pnt2_bert_ft_cola-72")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Jeevesh8/std_0pnt2_bert_ft_cola-72")
    model = AutoModelForSequenceClassification.from_pretrained("Jeevesh8/std_0pnt2_bert_ft_cola-72")
  • Notebooks
  • Google Colab
  • Kaggle
std_0pnt2_bert_ft_cola-72
Ctrl+K
Ctrl+K
  • 1 contributor
History: 21 commits
Jeevesh8's picture
Jeevesh8
Added training logs
da0fb22 almost 4 years ago
  • .gitattributes
    1.17 kB
    initial commit almost 4 years ago
  • config.json
    603 Bytes
    Saving weights and logs of step 0 almost 4 years ago
  • events.out.tfevents.1655374287.gv016.hpc.nyu.edu
    13 MB
    xet
    Added training logs almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.LongStorage",
    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    438 MB
    xet
    Saving weights and logs of step 1603 almost 4 years ago
  • special_tokens_map.json
    112 Bytes
    Saving tokenizer almost 4 years ago
  • tokenizer_config.json
    369 Bytes
    Saving tokenizer almost 4 years ago
  • vocab.txt
    232 kB
    Saving tokenizer almost 4 years ago