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

alex-apoha
/
esm_finetuned

Text Classification
Transformers
TensorBoard
Safetensors
esm
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use alex-apoha/esm_finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use alex-apoha/esm_finetuned with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="alex-apoha/esm_finetuned")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("alex-apoha/esm_finetuned")
    model = AutoModelForSequenceClassification.from_pretrained("alex-apoha/esm_finetuned", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
esm_finetuned
1.19 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
alex-apoha's picture
alex-apoha
alex-apoha/esm_finetuned
0d8ab10 verified over 1 year ago
  • best_model
    alex-apoha/esm_finetuned over 1 year ago
  • runs
    alex-apoha/esm_finetuned over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.91 kB
    alex-apoha/esm_finetuned over 1 year ago
  • config.json
    900 Bytes
    Upload EsmForSequenceClassification over 1 year ago
  • model.safetensors
    595 MB
    xet
    Upload EsmForSequenceClassification over 1 year ago
  • special_tokens_map.json
    695 Bytes
    Upload tokenizer over 1 year ago
  • tokenizer_config.json
    1.16 kB
    Upload tokenizer over 1 year ago
  • training_args.bin
    5.37 kB
    xet
    alex-apoha/esm_finetuned over 1 year ago
  • vocab.txt
    93 Bytes
    Upload tokenizer over 1 year ago