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

MK0727
/
corpus-refiner-jp

Text Classification
Transformers
Safetensors
Japanese
modernbert
feature-extraction
line-classification
japanese
corpus-cleaning
custom_code
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use MK0727/corpus-refiner-jp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use MK0727/corpus-refiner-jp with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="MK0727/corpus-refiner-jp", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("MK0727/corpus-refiner-jp", trust_remote_code=True)
    model = AutoModel.from_pretrained("MK0727/corpus-refiner-jp", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
corpus-refiner-jp
535 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
MK0727's picture
MK0727
Update README.md
308b209 verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    5.38 kB
    Update README.md about 1 month ago
  • config.json
    2.04 kB
    Upload trained corpus-refiner-jp model about 1 month ago
  • model.safetensors
    529 MB
    xet
    Upload trained corpus-refiner-jp model about 1 month ago
  • modeling_line_keep.py
    1.11 kB
    Upload trained corpus-refiner-jp model about 1 month ago
  • tokenizer.json
    6.72 MB
    Upload trained corpus-refiner-jp model about 1 month ago
  • tokenizer_config.json
    713 Bytes
    Upload trained corpus-refiner-jp model about 1 month ago