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

aydiet
/
plant-patent-paecter-plant-detector

Text Classification
Transformers
Safetensors
English
bert
patents
plant-patents
plant-breeding
paecter
reproducibility
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use aydiet/plant-patent-paecter-plant-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use aydiet/plant-patent-paecter-plant-detector with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="aydiet/plant-patent-paecter-plant-detector")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("aydiet/plant-patent-paecter-plant-detector")
    model = AutoModelForSequenceClassification.from_pretrained("aydiet/plant-patent-paecter-plant-detector", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
plant-patent-paecter-plant-detector
1.38 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
aydiet's picture
aydiet
Add tokenizer_config.json
f473f0d verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    3.58 kB
    Add README.md 3 months ago
  • config.json
    879 Bytes
    Add config.json 3 months ago
  • model.safetensors
    1.38 GB
    xet
    Add model.safetensors 3 months ago
  • tokenizer.json
    959 kB
    Add tokenizer.json 3 months ago
  • tokenizer_config.json
    402 Bytes
    Add tokenizer_config.json 3 months ago