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

MorcuendeA
/
MulderFinders

Text Classification
Transformers
Safetensors
Spanish
eurobert
Generated from Trainer
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use MorcuendeA/MulderFinders with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="MorcuendeA/MulderFinders", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("MorcuendeA/MulderFinders", trust_remote_code=True)
    model = AutoModelForSequenceClassification.from_pretrained("MorcuendeA/MulderFinders", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
MulderFinders
869 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
MorcuendeA's picture
MorcuendeA
Upload README.md
191b62e verified 11 months ago
  • .gitattributes
    1.71 kB
    Rename i want to belive.png to i_want_to_belive.png 11 months ago
  • README.md
    4.2 kB
    Upload README.md 11 months ago
  • config.json
    1.59 kB
    MulderFinders 11 months ago
  • configuration_eurobert.py
    12.1 kB
    MulderFinders 11 months ago
  • i_want_to_belive.png
    2.58 MB
    xet
    Rename i want to belive.png to i_want_to_belive.png 11 months ago
  • model.safetensors
    849 MB
    xet
    MulderFinders 11 months ago
  • modeling_eurobert.py
    43.2 kB
    MulderFinders 11 months ago
  • special_tokens_map.json
    582 Bytes
    MulderFinders 11 months ago
  • tokenizer.json
    17.2 MB
    xet
    MulderFinders 11 months ago
  • tokenizer_config.json
    50.7 kB
    MulderFinders 11 months ago
  • training_args.bin
    5.3 kB
    xet
    MulderFinders 11 months ago