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

mjbommar
/
glaurung-small-001

Fill-Mask
Transformers
Safetensors
English
roberta
binary-analysis
security
malware-analysis
executable-analysis
masked-language-modeling
Model card Files Files and versions
xet
Community

Instructions to use mjbommar/glaurung-small-001 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mjbommar/glaurung-small-001 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="mjbommar/glaurung-small-001")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("mjbommar/glaurung-small-001")
    model = AutoModelForMaskedLM.from_pretrained("mjbommar/glaurung-small-001")
  • Notebooks
  • Google Colab
  • Kaggle
glaurung-small-001
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
mjbommar's picture
mjbommar
Upload Glaurung Small 001 - RoBERTa model for binary analysis
ec3a2f9 verified 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    13.2 kB
    Upload Glaurung Small 001 - RoBERTa model for binary analysis 8 months ago
  • config.json
    633 Bytes
    Upload Glaurung Small 001 - RoBERTa model for binary analysis 8 months ago
  • model.safetensors
    546 MB
    xet
    Upload Glaurung Small 001 - RoBERTa model for binary analysis 8 months ago
  • special_tokens_map.json
    188 Bytes
    Upload Glaurung Small 001 - RoBERTa model for binary analysis 8 months ago
  • tokenizer.json
    4.71 MB
    Upload Glaurung Small 001 - RoBERTa model for binary analysis 8 months ago
  • tokenizer_config.json
    390 Bytes
    Upload Glaurung Small 001 - RoBERTa model for binary analysis 8 months ago