Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

SZLHOLDINGS
/
szl-kernels

Feature Extraction
Kernels
Scikit-learn
kernel
governance
provenance
suite
embeddings
word-embeddings
doi:10.5281/zenodo.19944926
Model card Files Files and versions
xet
Community
4

Instructions to use SZLHOLDINGS/szl-kernels with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Kernels

    How to use SZLHOLDINGS/szl-kernels with Kernels:

    # !pip install kernels
    
    from kernels import get_kernel
    
    kernel = get_kernel("SZLHOLDINGS/szl-kernels")
  • Scikit-learn

    How to use SZLHOLDINGS/szl-kernels with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("SZLHOLDINGS/szl-kernels", "sklearn_model.joblib")
    )
    # only load pickle files from sources you trust
    # read more about it here https://skops.readthedocs.io/en/stable/persistence.html
  • Notebooks
  • Google Colab
  • Kaggle
szl-kernels / scripts
15.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
betterwithage's picture
betterwithage
Publish canonical source ac95705f545f
0f36cc5 verified 5 days ago
  • eval.py
    2.66 kB
    Publish canonical source ac95705f545f 5 days ago
  • forge.py
    12.6 kB
    Forge SZL-MiniEmbed v1: REAL trained embeddings (co-occurrence+PPMI+TruncatedSVD, no gensim) + vocab/config + receipt + eval + bundled corpus + honest card & provenance 14 days ago