Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

armaniii
/
WIBA-Detect-V1

Text Classification
PEFT
Safetensors
English
argument-mining
argument-detection
computational-social-science
llama
lora
wiba
Model card Files Files and versions
xet
Community

Instructions to use armaniii/WIBA-Detect-V1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use armaniii/WIBA-Detect-V1 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("meta-llama/Meta-Llama-3-8B")
    model = PeftModel.from_pretrained(base_model, "armaniii/WIBA-Detect-V1")
  • Notebooks
  • Google Colab
  • Kaggle
WIBA-Detect-V1
93.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
armaniii's picture
armaniii
Model card v3: step-by-step gated-access walkthrough, separate GPU/CPU quickstarts with hardware requirements, batch processing with tqdm progress bar
b2d0c57 verified 8 days ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    12.3 kB
    Model card v3: step-by-step gated-access walkthrough, separate GPU/CPU quickstarts with hardware requirements, batch processing with tqdm progress bar 8 days ago
  • adapter_config.json
    666 Bytes
    Update adapter_config.json (modern PEFT format conversion) 8 days ago
  • adapter_model.safetensors
    84 MB
    xet
    Convert adapter to modern PEFT format (merged trained score head). Verified logit-equivalent to the PEFT 0.7.1 original on both transformers 5.12/peft 0.19 and transformers 4.38/peft 0.7.1 stacks. Original-format files remain in git history. 8 days ago
  • special_tokens_map.json
    463 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • tokenizer.json
    9.09 MB
    Upload folder using huggingface_hub almost 2 years ago
  • tokenizer_config.json
    50.8 kB
    Upload folder using huggingface_hub almost 2 years ago