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

  • Log In
  • Sign Up

gunnybd01
/
Llama3.23BInstruct

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

Instructions to use gunnybd01/Llama3.23BInstruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use gunnybd01/Llama3.23BInstruct with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="gunnybd01/Llama3.23BInstruct")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("gunnybd01/Llama3.23BInstruct")
    model = AutoModelForSequenceClassification.from_pretrained("gunnybd01/Llama3.23BInstruct")
  • Notebooks
  • Google Colab
  • Kaggle
Llama3.23BInstruct
12.9 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
gunnybd01's picture
gunnybd01
Upload tokenizer
78fa0a1 verified 4 months ago
  • .gitattributes
    1.57 kB
    Upload tokenizer 4 months ago
  • README.md
    5.17 kB
    Upload LlamaForSequenceClassification 4 months ago
  • chat_template.jinja
    3.83 kB
    Upload tokenizer 4 months ago
  • config.json
    1.51 kB
    Upload LlamaForSequenceClassification 4 months ago
  • model-00001-of-00003.safetensors
    5 GB
    xet
    Upload LlamaForSequenceClassification 4 months ago
  • model-00002-of-00003.safetensors
    4.93 GB
    xet
    Upload LlamaForSequenceClassification 4 months ago
  • model-00003-of-00003.safetensors
    2.92 GB
    xet
    Upload LlamaForSequenceClassification 4 months ago
  • model.safetensors.index.json
    21 kB
    Upload LlamaForSequenceClassification 4 months ago
  • special_tokens_map.json
    325 Bytes
    Upload tokenizer 4 months ago
  • tokenizer.json
    17.2 MB
    xet
    Upload tokenizer 4 months ago
  • tokenizer_config.json
    50.6 kB
    Upload tokenizer 4 months ago