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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

xumingjun
/
mention2meddra-macbert-base

Text Classification
Transformers
Safetensors
Chinese
bert
biomedical
pharmacovigilance
adverse-drug-reaction
meddra
chinese
macbert
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use xumingjun/mention2meddra-macbert-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use xumingjun/mention2meddra-macbert-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="xumingjun/mention2meddra-macbert-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("xumingjun/mention2meddra-macbert-base")
    model = AutoModelForSequenceClassification.from_pretrained("xumingjun/mention2meddra-macbert-base")
  • Notebooks
  • Google Colab
  • Kaggle
mention2meddra-macbert-base
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
xumingjun's picture
xumingjun
Update README.md
507239a verified 7 days ago
  • .gitattributes
    218 Bytes
    Upload public MacBERT reranker model 7 days ago
  • LICENSE
    9.06 kB
    Upload public MacBERT reranker model 7 days ago
  • README.md
    4.15 kB
    Update README.md 7 days ago
  • config.json
    988 Bytes
    Upload public MacBERT reranker model 7 days ago
  • model.safetensors
    409 MB
    xet
    Upload public MacBERT reranker model 7 days ago
  • special_tokens_map.json
    695 Bytes
    Upload public MacBERT reranker model 7 days ago
  • tokenizer.json
    439 kB
    Upload public MacBERT reranker model 7 days ago
  • tokenizer_config.json
    1.22 kB
    Upload public MacBERT reranker model 7 days ago
  • vocab.txt
    110 kB
    Upload public MacBERT reranker model 7 days ago