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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Salesforce
/
bic_simple_edit_id

Token Classification
Transformers
PyTorch
roberta
Model card Files Files and versions
xet
Community
2

Instructions to use Salesforce/bic_simple_edit_id with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Salesforce/bic_simple_edit_id with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Salesforce/bic_simple_edit_id")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Salesforce/bic_simple_edit_id")
    model = AutoModelForTokenClassification.from_pretrained("Salesforce/bic_simple_edit_id", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bic_simple_edit_id
2.84 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
03c0b92 verified over 1 year ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    705 Bytes
    Update README.md over 1 year ago
  • added_tokens.json
    89 Bytes
    Upload 12 files about 3 years ago
  • config.json
    3.08 kB
    Upload 12 files about 3 years ago
  • merges.txt
    456 kB
    Upload 12 files about 3 years ago
  • model.safetensors
    1.42 GB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • pytorch_model.bin
    1.42 GB
    xet
    Upload 12 files about 3 years ago
  • rng_state.pth
    14.7 kB
    xet
    Upload 12 files about 3 years ago
  • scheduler.pt
    623 Bytes
    xet
    Upload 12 files about 3 years ago
  • special_tokens_map.json
    383 Bytes
    Upload 12 files about 3 years ago
  • tokenizer.json
    2.11 MB
    Upload 12 files about 3 years ago
  • tokenizer_config.json
    351 Bytes
    Upload 12 files about 3 years ago
  • trainer_state.json
    1.31 kB
    Upload 12 files about 3 years ago
  • training_args.bin
    3.38 kB
    xet
    Upload 12 files about 3 years ago
  • vocab.json
    798 kB
    Upload 12 files about 3 years ago