Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

LeroyDyer
/
Mixtral_AI_TokenClassification_Project

Token Classification
Transformers
Safetensors
English
mistral
text-generation
custom_code
text-generation-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use LeroyDyer/Mixtral_AI_TokenClassification_Project with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="LeroyDyer/Mixtral_AI_TokenClassification_Project", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("LeroyDyer/Mixtral_AI_TokenClassification_Project", trust_remote_code=True)
    model = AutoModelForCausalLM.from_pretrained("LeroyDyer/Mixtral_AI_TokenClassification_Project", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
Mixtral_AI_TokenClassification_Project
28.4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
LeroyDyer's picture
LeroyDyer
Update README.md
f3069ae verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.67 kB
    Update README.md about 2 years ago
  • config.json
    1.91 kB
    Update config.json about 2 years ago
  • configuration_mistral.py
    14.2 kB
    Upload 2 files about 2 years ago
  • configuration_mistral_advanced.py
    20.4 kB
    Upload 2 files about 2 years ago
  • model-00001-of-00006.safetensors
    4.99 GB
    xet
    Upload folder using huggingface_hub about 2 years ago
  • model-00002-of-00006.safetensors
    4.9 GB
    xet
    Upload folder using huggingface_hub about 2 years ago
  • model-00003-of-00006.safetensors
    5 GB
    xet
    Upload folder using huggingface_hub about 2 years ago
  • model-00004-of-00006.safetensors
    5 GB
    xet
    Upload folder using huggingface_hub about 2 years ago
  • model-00005-of-00006.safetensors
    4.83 GB
    xet
    Upload folder using huggingface_hub about 2 years ago
  • model-00006-of-00006.safetensors
    3.72 GB
    xet
    Upload folder using huggingface_hub about 2 years ago
  • model.safetensors.index.json
    24.6 kB
    Upload folder using huggingface_hub about 2 years ago
  • modeling_mistral.py
    138 kB
    Upload 2 files about 2 years ago
  • modeling_mistral_advanced.py
    205 kB
    Upload 2 files about 2 years ago