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

ania3000
/
ossbert-morph-5ep

Token Classification
Transformers
Safetensors
bert
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use ania3000/ossbert-morph-5ep with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ania3000/ossbert-morph-5ep with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="ania3000/ossbert-morph-5ep")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ania3000/ossbert-morph-5ep")
    model = AutoModelForTokenClassification.from_pretrained("ania3000/ossbert-morph-5ep")
  • Notebooks
  • Google Colab
  • Kaggle
ossbert-morph-5ep
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
ania3000's picture
ania3000
Update config.json
a9efa86 verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    2.69 kB
    End of training 3 months ago
  • config.json
    61.8 kB
    Update config.json 3 months ago
  • model.safetensors
    711 MB
    xet
    End of training 3 months ago
  • special_tokens_map.json
    695 Bytes
    End of training 3 months ago
  • tokenizer.json
    2.92 MB
    End of training 3 months ago
  • tokenizer_config.json
    1.25 kB
    End of training 3 months ago
  • training_args.bin
    5.78 kB
    xet
    End of training 3 months ago
  • vocab.txt
    996 kB
    End of training 3 months ago