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

  • Log In
  • Sign Up

Anwaarma
/
new2

PEFT
Safetensors
Transformers
lora
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use Anwaarma/new2 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("Anwaarma/edos_taskB_llama3b_merged2_FINAL")
    model = PeftModel.from_pretrained(base_model, "Anwaarma/new2")
  • Transformers

    How to use Anwaarma/new2 with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Anwaarma/new2", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
new2 / lora
212 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Anwaarma's picture
Anwaarma
new2
30af07f verified 8 months ago
  • README.md
    5.21 kB
    new2 8 months ago
  • adapter_config.json
    981 Bytes
    new2 8 months ago
  • adapter_model.safetensors
    195 MB
    xet
    new2 8 months ago
  • special_tokens_map.json
    449 Bytes
    new2 8 months ago
  • test_preds_thresholded.csv
    233 kB
    new2 8 months ago
  • thresholds_multiclass.json
    315 Bytes
    new2 8 months ago
  • tokenizer.json
    17.2 MB
    xet
    new2 8 months ago
  • tokenizer_config.json
    50.7 kB
    new2 8 months ago