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

SkillForge45
/
SkillForge-1.2-EN

Question Answering
Scikit-learn
English
code
chat
GitHub Raw
Python
Sklearn
Model card Files Files and versions
xet
Community

Instructions to use SkillForge45/SkillForge-1.2-EN with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use SkillForge45/SkillForge-1.2-EN with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("SkillForge45/SkillForge-1.2-EN", "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
SkillForge-1.2-EN
20.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
SkillForge45's picture
SkillForge45
Create LICENSE
821bb0b verified about 1 year ago
  • templates
    Create templates/index.html about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • LICENSE
    36 Bytes
    Create LICENSE about 1 year ago
  • README.md
    255 Bytes
    Create README.md about 1 year ago
  • app.py
    1.05 kB
    Create app.py about 1 year ago
  • model.py
    9.7 kB
    Create model.py about 1 year ago