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

  • Log In
  • Sign Up

armaniii
/
llama-argument-classification

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

Instructions to use armaniii/llama-argument-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use armaniii/llama-argument-classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="armaniii/llama-argument-classification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("armaniii/llama-argument-classification")
    model = AutoModelForCausalLM.from_pretrained("armaniii/llama-argument-classification")
  • Notebooks
  • Google Colab
  • Kaggle
llama-argument-classification
40.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
armaniii's picture
armaniii
Update README.md
10cd84d verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    5.71 kB
    Update README.md almost 2 years ago
  • adapter_config.json
    664 Bytes
    Upload LlamaForSequenceClassification about 2 years ago
  • adapter_model.safetensors
    40.1 MB
    xet
    Upload LlamaForSequenceClassification about 2 years ago
  • config.json
    704 Bytes
    Update config.json about 2 years ago