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

  • Log In
  • Sign Up

entfane
/
Toxic_Llama8B

Text Classification
Transformers
Safetensors
llama
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use entfane/Toxic_Llama8B with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="entfane/Toxic_Llama8B")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("entfane/Toxic_Llama8B")
    model = AutoModelForSequenceClassification.from_pretrained("entfane/Toxic_Llama8B")
  • Notebooks
  • Google Colab
  • Kaggle
Toxic_Llama8B
15 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
entfane's picture
entfane
Upload tokenizer
d93e7b6 verified 22 days ago
  • .gitattributes
    1.57 kB
    Upload tokenizer 22 days ago
  • README.md
    5.17 kB
    Upload LlamaForSequenceClassification 22 days ago
  • chat_template.jinja
    4.61 kB
    Upload tokenizer 22 days ago
  • config.json
    990 Bytes
    Upload LlamaForSequenceClassification 22 days ago
  • model.safetensors
    15 GB
    xet
    Upload LlamaForSequenceClassification 22 days ago
  • tokenizer.json
    17.2 MB
    xet
    Upload tokenizer 22 days ago
  • tokenizer_config.json
    325 Bytes
    Upload tokenizer 22 days ago