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

  • Log In
  • Sign Up

tester-123456789
/
tiny-model

Feature Extraction
Transformers
PyTorch
English
tinymodel
toy-model
tiny-mlp
custom_code
Model card Files Files and versions
xet
Community

Instructions to use tester-123456789/tiny-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tester-123456789/tiny-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="tester-123456789/tiny-model", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("tester-123456789/tiny-model", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
tiny-model
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
dkteg
update README.md
0034eac 8 months ago
  • .gitignore
    26 Bytes
    initial commit 8 months ago
  • README.md
    834 Bytes
    update README.md 8 months ago
  • config.json
    259 Bytes
    initial commit 8 months ago
  • configuration_tinymodel.py
    344 Bytes
    initial commit 8 months ago
  • mal_module.py
    256 Bytes
    initial commit 8 months ago
  • modeling_tinymodel.py
    1.23 kB
    initial commit 8 months ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    How to fix it?

    82.5 kB
    initial commit 8 months ago