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

  • Log In
  • Sign Up

Theoreticallyhugo
/
bert-ner-essays-classify_span

Text Classification
Transformers
PyTorch
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Theoreticallyhugo/bert-ner-essays-classify_span with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Theoreticallyhugo/bert-ner-essays-classify_span with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Theoreticallyhugo/bert-ner-essays-classify_span")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Theoreticallyhugo/bert-ner-essays-classify_span")
    model = AutoModelForSequenceClassification.from_pretrained("Theoreticallyhugo/bert-ner-essays-classify_span")
  • Notebooks
  • Google Colab
  • Kaggle
bert-ner-essays-classify_span
1 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 29 commits
Theoreticallyhugo's picture
Theoreticallyhugo
Training in progress, epoch 1
f5b0d6d verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    4.34 kB
    trainer: training complete at 2024-02-06 13:23:50.865104. over 2 years ago
  • added_tokens.json
    75 Bytes
    Training in progress, epoch 1 almost 2 years ago
  • config.json
    907 Bytes
    Training in progress, epoch 1 almost 2 years ago
  • merges.txt
    456 kB
    Training in progress, epoch 1 over 2 years ago
  • model.safetensors
    499 MB
    xet
    trainer: training complete at 2024-02-06 13:23:50.865104. over 2 years ago
  • pytorch_model.bin
    499 MB
    xet
    Training in progress, epoch 1 almost 2 years ago
  • special_tokens_map.json
    167 Bytes
    Training in progress, epoch 1 almost 2 years ago
  • tokenizer.json
    2.11 MB
    Training in progress, epoch 1 almost 2 years ago
  • tokenizer_config.json
    1.25 kB
    Training in progress, epoch 1 almost 2 years ago
  • training_args.bin
    4.09 kB
    xet
    Training in progress, epoch 1 almost 2 years ago
  • vocab.json
    798 kB
    Training in progress, epoch 1 over 2 years ago
  • vocab.txt
    213 kB
    Training in progress, epoch 1 over 2 years ago