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

Taykhoom
/
UTRBERT-5mer

Fill-Mask
Transformers
Safetensors
bert_updated
biology
RNA
language-model
3-UTR
custom_code
Model card Files Files and versions
xet
Community

Instructions to use Taykhoom/UTRBERT-5mer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Taykhoom/UTRBERT-5mer with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Taykhoom/UTRBERT-5mer", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("Taykhoom/UTRBERT-5mer", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
UTRBERT-5mer
353 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Taykhoom's picture
Taykhoom
Fix model correctness and Hugging Face compatibility
45a5e86 verified about 5 hours ago
  • .gitattributes
    1.52 kB
    Initial UTRBERT-5mer Hugging Face port 1 day ago
  • README.md
    6.54 kB
    Fix model correctness and Hugging Face compatibility about 5 hours ago
  • config.json
    644 Bytes
    Fix model correctness and Hugging Face compatibility about 5 hours ago
  • configuration_bert_updated.py
    1.47 kB
    Fix model correctness and Hugging Face compatibility about 5 hours ago
  • model.safetensors
    353 MB
    xet
    Initial UTRBERT-5mer Hugging Face port 1 day ago
  • modeling_bert.py
    20.7 kB
    Fix model correctness and Hugging Face compatibility about 5 hours ago
  • special_tokens_map.json
    124 Bytes
    Initial UTRBERT-5mer Hugging Face port 1 day ago
  • tokenization_utrbert.py
    3.77 kB
    Initial UTRBERT-5mer Hugging Face port 1 day ago
  • tokenizer_config.json
    300 Bytes
    Initial UTRBERT-5mer Hugging Face port 1 day ago
  • vocab.txt
    6.17 kB
    Initial UTRBERT-5mer Hugging Face port 1 day ago