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

ModerRAS
/
AniFileBERT

Token Classification
Transformers
ONNX
Safetensors
English
Japanese
Chinese
bert
anime
filename-parsing
Eval Results (legacy)
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use ModerRAS/AniFileBERT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="ModerRAS/AniFileBERT")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ModerRAS/AniFileBERT")
    model = AutoModelForTokenClassification.from_pretrained("ModerRAS/AniFileBERT")
  • Notebooks
  • Google Colab
  • Kaggle
AniFileBERT / data
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
ModerRAS's picture
ModerRAS
Clean special code parsing
e8412e3 5 days ago
  • dmhy
    重建词表:从632K dmhy_weak.jsonl统计频率取top8000,覆盖96.2% 7 days ago
  • parser_regression_cases.json
    7.95 kB
    Clean special code parsing 5 days ago
  • synthetic_small.jsonl
    277 kB
    Add AniFileBERT model and training project 11 days ago
  • test_smoke.jsonl
    28 kB
    Add AniFileBERT model and training project 11 days ago
  • vocab.json
    144 kB
    重建词表:从632K dmhy_weak.jsonl统计频率取top8000,覆盖96.2% 7 days ago