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 /dmhy
95.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ModerRAS's picture
ModerRAS
完成整个数据集的整理
f4f4e0e 8 days ago
  • llm_batches
    完成整个数据集的整理 8 days ago
  • README.md
    657 Bytes
    Add AniFileBERT model and training project 12 days ago
  • ab_mix_100k.manifest.json
    219 Bytes
    Add AniFileBERT model and training project 12 days ago
  • dmhy_weak.manifest.json
    9.55 kB
    完成整个数据集的整理 8 days ago
  • dmhy_weak_new.manifest.json
    1.07 kB
    完成整个数据集的整理 8 days ago
  • mixed_train.manifest.json
    215 Bytes
    完成整个数据集的整理 8 days ago
  • vocab.json
    54.1 kB
    完成整个数据集的整理 8 days ago