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

  • Log In
  • Sign Up

hf-tiny-model-private
/
tiny-random-Data2VecTextModel

Feature Extraction
Transformers
PyTorch
data2vec-text
Model card Files Files and versions
xet
Community
1

Instructions to use hf-tiny-model-private/tiny-random-Data2VecTextModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hf-tiny-model-private/tiny-random-Data2VecTextModel with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="hf-tiny-model-private/tiny-random-Data2VecTextModel")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("hf-tiny-model-private/tiny-random-Data2VecTextModel")
    model = AutoModel.from_pretrained("hf-tiny-model-private/tiny-random-Data2VecTextModel")
  • Notebooks
  • Google Colab
  • Kaggle
tiny-random-Data2VecTextModel
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
96368c4 verified over 1 year ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • config.json
    642 Bytes
    Upload tiny models for Data2VecTextModel about 3 years ago
  • merges.txt
    4.55 kB
    Upload tiny models for Data2VecTextModel about 3 years ago
  • model.safetensors
    352 kB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    371 kB
    xet
    Upload tiny models for Data2VecTextModel about 3 years ago
  • special_tokens_map.json
    957 Bytes
    Upload tiny models for Data2VecTextModel about 3 years ago
  • tokenizer.json
    31.8 kB
    Upload tiny models for Data2VecTextModel about 3 years ago
  • tokenizer_config.json
    1.37 kB
    Upload tiny models for Data2VecTextModel about 3 years ago
  • vocab.json
    14.6 kB
    Upload tiny models for Data2VecTextModel about 3 years ago