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

itismeTithi
/
AspectBERT

Feature Extraction
Transformers
Safetensors
distilbert
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use itismeTithi/AspectBERT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="itismeTithi/AspectBERT")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("itismeTithi/AspectBERT")
    model = AutoModel.from_pretrained("itismeTithi/AspectBERT")
  • Notebooks
  • Google Colab
  • Kaggle
AspectBERT
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
itismeTithi's picture
itismeTithi
Upload classifier_head.pt with huggingface_hub
99d33e8 verified 3 days ago
  • .gitattributes
    1.52 kB
    initial commit 4 days ago
  • README.md
    5.17 kB
    Upload model 4 days ago
  • classifier_head.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    793 kB
    xet
    Upload classifier_head.pt with huggingface_hub 3 days ago
  • config.json
    572 Bytes
    Upload model 4 days ago
  • model.safetensors
    265 MB
    xet
    Upload model 3 days ago
  • tokenizer.json
    711 kB
    Upload tokenizer 4 days ago
  • tokenizer_config.json
    328 Bytes
    Upload tokenizer 3 days ago