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

fromthesky
/
PLDR-LLM-v52-81M-FT-SC-1

Text Classification
Transformers
Safetensors
PyTorch
English
pldrllm
sentiment-analysis
sentiment-classification
large-language-model
power-law-decoder-representations
power-law-graph-attention
pldr-llm
kv-cache
g-cache
kvg-cache
custom_code
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use fromthesky/PLDR-LLM-v52-81M-FT-SC-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use fromthesky/PLDR-LLM-v52-81M-FT-SC-1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="fromthesky/PLDR-LLM-v52-81M-FT-SC-1", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForSequenceClassification
    model = AutoModelForSequenceClassification.from_pretrained("fromthesky/PLDR-LLM-v52-81M-FT-SC-1", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
PLDR-LLM-v52-81M-FT-SC-1
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
fromthesky's picture
fromthesky
Updated readme
70c1262 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • .gitignore
    3.47 kB
    Added model and tokenizer files 9 months ago
  • README.md
    6.13 kB
    Updated readme 9 months ago
  • config.json
    1.19 kB
    Added model and tokenizer files 9 months ago
  • configuration_pldrllm.py
    15 kB
    Added model and tokenizer files 9 months ago
  • model.safetensors
    324 MB
    xet
    Added model and tokenizer files 9 months ago
  • modeling_pldrllm.py
    78.9 kB
    Added model and tokenizer files 9 months ago
  • requirements.txt
    70 Bytes
    Added model and tokenizer files 9 months ago
  • special_tokens_map.json
    557 Bytes
    Added model and tokenizer files 9 months ago
  • tokenizer.json
    2.4 MB
    Added model and tokenizer files 9 months ago
  • tokenizer.model
    797 kB
    xet
    Added model and tokenizer files 9 months ago
  • tokenizer_config.json
    1.19 kB
    Added model and tokenizer files 9 months ago