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

  • Log In
  • Sign Up

anjandash
/
finetuned-bert-java-cmpx

Text Classification
Transformers
PyTorch
google-tensorflow TensorFlow
distilbert
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use anjandash/finetuned-bert-java-cmpx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use anjandash/finetuned-bert-java-cmpx with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="anjandash/finetuned-bert-java-cmpx")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("anjandash/finetuned-bert-java-cmpx")
    model = AutoModelForSequenceClassification.from_pretrained("anjandash/finetuned-bert-java-cmpx")
  • Notebooks
  • Google Colab
  • Kaggle
finetuned-bert-java-cmpx
877 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
anjandash's picture
anjandash
add model
f8fcfa3 about 4 years ago
  • .gitattributes
    1.18 kB
    initial commit about 4 years ago
  • README.md
    24 Bytes
    Update README.md about 4 years ago
  • config.json
    1.34 kB
    add model about 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    438 MB
    xet
    add model about 4 years ago
  • special_tokens_map.json
    112 Bytes
    add model about 4 years ago
  • tf_model.h5
    438 MB
    xet
    add model about 4 years ago
  • tokenizer.json
    711 kB
    add model about 4 years ago
  • tokenizer_config.json
    321 Bytes
    add model about 4 years ago
  • vocab.txt
    232 kB
    add model about 4 years ago