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

abd-ur
/
results

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

Instructions to use abd-ur/results with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use abd-ur/results with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="abd-ur/results")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("abd-ur/results")
    model = AutoModelForSequenceClassification.from_pretrained("abd-ur/results", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
results
434 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
abd-ur's picture
abd-ur
biobert-variant-lora
733f0d1 verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    1.29 kB
    biobert-variant-lora 9 months ago
  • config.json
    4.51 kB
    biobert-variant-lora 9 months ago
  • model.safetensors
    433 MB
    xet
    biobert-variant-lora 9 months ago
  • special_tokens_map.json
    125 Bytes
    biobert-variant-lora 9 months ago
  • tokenizer.json
    669 kB
    biobert-variant-lora 9 months ago
  • tokenizer_config.json
    1.3 kB
    biobert-variant-lora 9 months ago
  • training_args.bin
    5.78 kB
    xet
    biobert-variant-lora 9 months ago
  • vocab.txt
    213 kB
    biobert-variant-lora 9 months ago