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

  • Log In
  • Sign Up

calbors
/
DummyModelTest

Feature Extraction
Transformers
Safetensors
dummy
custom_code
Model card Files Files and versions
xet
Community

Instructions to use calbors/DummyModelTest with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use calbors/DummyModelTest with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="calbors/DummyModelTest", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("calbors/DummyModelTest", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
DummyModelTest
13.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
calbors's picture
calbors
Upload tokenizer
59f8703 verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    5.17 kB
    Upload model 10 months ago
  • config.json
    277 Bytes
    Upload model 10 months ago
  • minimal_hub_utils.py
    5.63 kB
    Upload model 10 months ago
  • model.safetensors
    232 Bytes
    xet
    Upload model 10 months ago
  • special_tokens_map.json
    43 Bytes
    Upload tokenizer 10 months ago
  • tokenizer_config.json
    820 Bytes
    Upload tokenizer 10 months ago