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

  • Log In
  • Sign Up

atrytone
/
scibert_uncased_claim_id

Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
English
bert
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use atrytone/scibert_uncased_claim_id with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="atrytone/scibert_uncased_claim_id")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("atrytone/scibert_uncased_claim_id")
    model = AutoModelForSequenceClassification.from_pretrained("atrytone/scibert_uncased_claim_id")
  • Notebooks
  • Google Colab
  • Kaggle
scibert_uncased_claim_id
880 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
atrytone's picture
atrytone
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
e14c8be almost 3 years ago
  • runs
    Training in progress, epoch 6 almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 almost 3 years ago
  • README.md
    204 Bytes
    Create README.md almost 3 years ago
  • config.json
    813 Bytes
    Training in progress, epoch 1 almost 3 years ago
  • model.safetensors
    440 MB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • pytorch_model.bin
    440 MB
    xet
    Training in progress, epoch 6 almost 3 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, epoch 1 almost 3 years ago
  • tokenizer.json
    717 kB
    Training in progress, epoch 1 almost 3 years ago
  • tokenizer_config.json
    394 Bytes
    Training in progress, epoch 1 almost 3 years ago
  • training_args.bin
    3.58 kB
    xet
    Training in progress, epoch 1 almost 3 years ago
  • vocab.txt
    228 kB
    Training in progress, epoch 1 almost 3 years ago