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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Aliph0th
/
logtheus-ml-large

Token Classification
Transformers
Safetensors
English
bert
named-entity-recognition
ner
logs
Model card Files Files and versions
xet
Community

Instructions to use Aliph0th/logtheus-ml-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Aliph0th/logtheus-ml-large with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Aliph0th/logtheus-ml-large")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Aliph0th/logtheus-ml-large")
    model = AutoModelForTokenClassification.from_pretrained("Aliph0th/logtheus-ml-large", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
logtheus-ml-large
1.34 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Aliph0th's picture
Aliph0th
chore: update README
4f55e80 verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    4.87 kB
    chore: update README 5 months ago
  • config.json
    1.88 kB
    Upload folder using huggingface_hub 5 months ago
  • model.safetensors
    1.34 GB
    xet
    Upload folder using huggingface_hub 5 months ago
  • model_metadata.json
    847 Bytes
    Upload folder using huggingface_hub 5 months ago
  • tokenizer.json
    711 kB
    Upload folder using huggingface_hub 5 months ago
  • tokenizer_config.json
    322 Bytes
    Upload folder using huggingface_hub 5 months ago
  • training_args.bin
    5.2 kB
    xet
    Upload folder using huggingface_hub 5 months ago