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

  • Log In
  • Sign Up

Junmai
/
KR-Data2VecText-v1

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

Instructions to use Junmai/KR-Data2VecText-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Junmai/KR-Data2VecText-v1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Junmai/KR-Data2VecText-v1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("Junmai/KR-Data2VecText-v1")
    model = AutoModel.from_pretrained("Junmai/KR-Data2VecText-v1")
  • Notebooks
  • Google Colab
  • Kaggle
KR-Data2VecText-v1
453 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Junmai's picture
Junmai
add model
27f6bb0 almost 4 years ago
  • .gitattributes
    1.34 kB
    initial commit almost 4 years ago
  • config.json
    672 Bytes
    add model almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    452 MB
    xet
    add model almost 4 years ago
  • sentencepiece.bpe.model
    868 kB
    xet
    add tokenizer almost 4 years ago
  • special_tokens_map.json
    279 Bytes
    add tokenizer almost 4 years ago
  • tokenizer_config.json
    550 Bytes
    add tokenizer almost 4 years ago