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

scienceverse
/
bibr-paper-classifier

Text Classification
Transformers
Safetensors
English
bibr
OECD
scientific-paper-classification
MiniLM
Model card Files Files and versions
xet
Community

Instructions to use scienceverse/bibr-paper-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use scienceverse/bibr-paper-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="scienceverse/bibr-paper-classifier", device_map="auto")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("scienceverse/bibr-paper-classifier", dtype="auto", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bibr-paper-classifier
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
thesanogoeffect's picture
thesanogoeffect
Promote DeepSeek-teacher MiniLM classifier
b4ef7f4 verified 1 day ago
  • .gitattributes
    1.52 kB
    initial commit 10 days ago
  • README.md
    1.95 kB
    Promote DeepSeek-teacher MiniLM classifier 1 day ago
  • inference_config.json
    253 Bytes
    Promote DeepSeek-teacher MiniLM classifier 1 day ago
  • label_maps.json
    1.4 kB
    Promote DeepSeek-teacher MiniLM classifier 1 day ago
  • model.safetensors
    90.9 MB
    xet
    Promote DeepSeek-teacher MiniLM classifier 1 day ago
  • phaseA_metrics.json
    4.68 kB
    Promote DeepSeek-teacher MiniLM classifier 1 day ago
  • test_l1_diagnostics.json
    3.35 kB
    Promote DeepSeek-teacher MiniLM classifier 1 day ago
  • test_metrics.json
    679 Bytes
    Promote DeepSeek-teacher MiniLM classifier 1 day ago
  • tokenizer.json
    711 kB
    Promote DeepSeek-teacher MiniLM classifier 1 day ago
  • tokenizer_config.json
    565 Bytes
    Promote DeepSeek-teacher MiniLM classifier 1 day ago