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

  • Log In
  • Sign Up

jrahn
/
bertsgambit

Text Classification
Transformers
Safetensors
distilbert
chess
fen
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use jrahn/bertsgambit with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="jrahn/bertsgambit")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("jrahn/bertsgambit")
    model = AutoModelForSequenceClassification.from_pretrained("jrahn/bertsgambit")
  • Notebooks
  • Google Colab
  • Kaggle
bertsgambit
270 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
jrahn's picture
jrahn
Create README.md
6eaa93e over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    5.29 kB
    Create README.md over 2 years ago
  • config.json
    73.6 kB
    Upload DistilBertForSequenceClassification over 2 years ago
  • model.safetensors
    269 MB
    xet
    Upload DistilBertForSequenceClassification over 2 years ago
  • special_tokens_map.json
    149 Bytes
    Upload tokenizer over 2 years ago
  • tokenizer.json
    669 kB
    Upload tokenizer over 2 years ago
  • tokenizer_config.json
    321 Bytes
    Upload tokenizer over 2 years ago
  • vocab.txt
    213 kB
    Upload tokenizer over 2 years ago