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-small

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-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use anjandash/JavaBERT-small with Transformers:

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