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

kolkata97
/
pe-llm-0

Text Classification
Transformers
PyTorch
Safetensors
Italian
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use kolkata97/pe-llm-0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use kolkata97/pe-llm-0 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="kolkata97/pe-llm-0")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("kolkata97/pe-llm-0")
    model = AutoModelForSequenceClassification.from_pretrained("kolkata97/pe-llm-0")
  • Notebooks
  • Google Colab
  • Kaggle
pe-llm-0
881 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
kolkata97's picture
kolkata97
Update README.md
b2e5e2b verified over 2 years ago
  • .gitattributes
    1.66 kB
    Commit From AutoTrain over 2 years ago
  • README.md
    1.32 kB
    Update README.md over 2 years ago
  • config.json
    1.41 kB
    Commit From AutoTrain over 2 years ago
  • few-shot-pe-llm-0.py
    704 Bytes
    Update few-shot-pe-llm-0.py over 2 years ago
  • model.safetensors
    440 MB
    xet
    Commit From AutoTrain over 2 years ago
  • pipeline.ipynb
    6.11 kB
    Upload pipeline.ipynb over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    440 MB
    xet
    Commit From AutoTrain over 2 years ago
  • special_tokens_map.json
    125 Bytes
    Commit From AutoTrain over 2 years ago
  • textsegmentation.py
    634 Bytes
    Update textsegmentation.py over 2 years ago
  • tokenizer.json
    725 kB
    xet
    Commit From AutoTrain over 2 years ago
  • tokenizer_config.json
    385 Bytes
    Commit From AutoTrain over 2 years ago
  • vocab.txt
    235 kB
    Commit From AutoTrain over 2 years ago