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

  • Log In
  • Sign Up

Sajib-006
/
PathoLM

Text Classification
Transformers
English
biology
Model card Files Files and versions
xet
Community

Instructions to use Sajib-006/PathoLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Sajib-006/PathoLM with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Sajib-006/PathoLM")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Sajib-006/PathoLM", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
PathoLM
12.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Sajib-006's picture
Sajib-006
add files
28d5b6a verified about 1 year ago
  • data
    add files about 1 year ago
  • .gitattributes
    1.62 kB
    add files about 1 year ago
  • LICENSE
    1.07 kB
    add files about 1 year ago
  • README.md
    4.08 kB
    Update README.md about 1 year ago
  • eval_model.py
    3.56 kB
    add files about 1 year ago
  • output.log
    231 Bytes
    add files about 1 year ago
  • pathoLM.png
    312 kB
    xet
    add files about 1 year ago
  • utils.py
    1.5 kB
    add files about 1 year ago