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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Herb-Lab
/
LLM_housing_livability

Zero-Shot Classification
Transformers
PyTorch
Safetensors
English
bart
text-classification
Model card Files Files and versions
xet
Community
1

Instructions to use Herb-Lab/LLM_housing_livability with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Herb-Lab/LLM_housing_livability with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-classification", model="Herb-Lab/LLM_housing_livability")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Herb-Lab/LLM_housing_livability")
    model = AutoModelForSequenceClassification.from_pretrained("Herb-Lab/LLM_housing_livability", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
LLM_housing_livability
3.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
YamaFuso's picture
YamaFuso
Update README.md
13c5427 verified 12 months ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    2.58 kB
    Update README.md 12 months ago
  • added_tokens.json
    75 Bytes
    Add files except model file over 2 years ago
  • config.json
    1.23 kB
    Add files except model file over 2 years ago
  • merges.txt
    456 kB
    Add files except model file over 2 years ago
  • model.safetensors
    1.63 GB
    xet
    Adding `safetensors` variant of this model (#1) over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    1.63 GB
    xet
    Upload pytorch_model.bin with huggingface_hub over 2 years ago
  • special_tokens_map.json
    167 Bytes
    Add files except model file over 2 years ago
  • tokenizer.json
    2.11 MB
    Add files except model file over 2 years ago
  • tokenizer_config.json
    1.25 kB
    Add files except model file over 2 years ago
  • vocab.json
    798 kB
    Add files except model file over 2 years ago