Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

taskydata
/
bloomz-7b1-c4tasky

Feature Extraction
Transformers
PyTorch
bloom
Model card Files Files and versions
xet
Community

Instructions to use taskydata/bloomz-7b1-c4tasky with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use taskydata/bloomz-7b1-c4tasky with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="taskydata/bloomz-7b1-c4tasky")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("taskydata/bloomz-7b1-c4tasky")
    model = AutoModel.from_pretrained("taskydata/bloomz-7b1-c4tasky")
  • Notebooks
  • Google Colab
  • Kaggle
bloomz-7b1-c4tasky
28.3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Muennighoff's picture
Muennighoff
Add
5491b69 over 3 years ago
  • evaluation
    Add over 3 years ago
  • .gitattributes
    1.53 kB
    Add over 3 years ago
  • config.json
    742 Bytes
    Add over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    28.3 GB
    xet
    Add over 3 years ago
  • special_tokens_map.json
    85 Bytes
    Add over 3 years ago
  • tokenizer.json
    14.5 MB
    xet
    Add over 3 years ago
  • tokenizer_config.json
    223 Bytes
    Add over 3 years ago