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

  • Log In
  • Sign Up

MLMvsCLM
/
1b-mlm30-42k

Feature Extraction
Transformers
PyTorch
sl_model
custom_code
Model card Files Files and versions
xet
Community
1

Instructions to use MLMvsCLM/1b-mlm30-42k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use MLMvsCLM/1b-mlm30-42k with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="MLMvsCLM/1b-mlm30-42k", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("MLMvsCLM/1b-mlm30-42k", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
1b-mlm30-42k
5.66 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
hgissbkh's picture
hgissbkh
Upload config
535c104 verified 10 months ago
  • .gitattributes
    1.57 kB
    Add files using upload-large-folder tool 10 months ago
  • README.md
    3.91 kB
    Upload README 10 months ago
  • config.json
    1.26 kB
    Upload config 10 months ago
  • configuration_sl_model.py
    9.62 kB
    Upload modeling files 10 months ago
  • modeling_sl_model.py
    42.7 kB
    Upload modeling files 10 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    5.64 GB
    xet
    Add files using upload-large-folder tool 10 months ago
  • special_tokens_map.json
    121 Bytes
    Add files using upload-large-folder tool 10 months ago
  • tokenizer.json
    17.2 MB
    xet
    Add files using upload-large-folder tool 10 months ago
  • tokenizer_config.json
    55.4 kB
    Add files using upload-large-folder tool 10 months ago