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

  • Log In
  • Sign Up

danielhjerresen
/
BDS_M4_exam_final_model

Text Classification
Transformers
Safetensors
English
patents
climate-tech
green-patents
patentsberta
classification
academic-project
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use danielhjerresen/BDS_M4_exam_final_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="danielhjerresen/BDS_M4_exam_final_model")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("danielhjerresen/BDS_M4_exam_final_model", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
BDS_M4_exam_final_model
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
danielhjerresen's picture
danielhjerresen
Rename README_hf_model.md to README.md
1632090 verified 2 months ago
  • models_finetuned_patentsberta_green_gold100
    Upload 5 files 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    4.05 kB
    Rename README_hf_model.md to README.md 2 months ago