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

anjandash
/
JavaBERT-mini

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

Instructions to use anjandash/JavaBERT-mini with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use anjandash/JavaBERT-mini with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="anjandash/JavaBERT-mini")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("anjandash/JavaBERT-mini")
    model = AutoModelForSequenceClassification.from_pretrained("anjandash/JavaBERT-mini")
  • Notebooks
  • Google Colab
  • Kaggle
JavaBERT-mini
1.08 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
anjandash's picture
anjandash
Update README
29d2e8e over 3 years ago
  • .gitattributes
    1.28 kB
    added model files over 4 years ago
  • README.md
    82 Bytes
    Update README over 3 years ago
  • config.json
    750 Bytes
    added model files over 4 years ago
  • pytorch_model.bin
    541 MB
    xet
    added model files over 4 years ago
  • rng_state.pth
    15.5 kB
    xet
    added model files over 4 years ago
  • scaler.pt
    559 Bytes
    xet
    added model files over 4 years ago
  • scheduler.pt
    623 Bytes
    xet
    added model files over 4 years ago
  • special_tokens_map.json
    156 Bytes
    added model files over 4 years ago
  • tf_model.h5
    541 MB
    xet
    added model files over 4 years ago
  • tokenizer.json
    1.56 MB
    added model files over 4 years ago
  • tokenizer_config.json
    364 Bytes
    added model files over 4 years ago
  • trainer_state.json
    3.06 kB
    added model files over 4 years ago
  • training_args.bin
    3.12 kB
    xet
    added model files over 4 years ago
  • vocab.txt
    545 kB
    added model files over 4 years ago