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

pranavupadhyaya52
/
Wiki-SmartBotLM-Instruct

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

Instructions to use pranavupadhyaya52/Wiki-SmartBotLM-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use pranavupadhyaya52/Wiki-SmartBotLM-Instruct with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="pranavupadhyaya52/Wiki-SmartBotLM-Instruct", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("pranavupadhyaya52/Wiki-SmartBotLM-Instruct", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Wiki-SmartBotLM-Instruct
556 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 37 commits
pranavupadhyaya52's picture
pranavupadhyaya52
Update README.md
90c52b0 verified 1 day ago
  • .gitattributes
    1.52 kB
    initial commit 6 days ago
  • README.md
    6.9 kB
    Update README.md 1 day ago
  • config.json
    851 Bytes
    Update config.json 5 days ago
  • configuration_wiki_smartbotlm.py
    925 Bytes
    Register classes for AutoClasses support 6 days ago
  • generation_config.json
    191 Bytes
    Upload custom model weights and configuration 6 days ago
  • model.safetensors
    552 MB
    xet
    Final: Correct weight tying keys and add auto_map support 6 days ago
  • modeling_wiki_smartbotlm.py
    7.41 kB
    Register classes for AutoClasses support 6 days ago
  • tokenizer.json
    3.62 MB
    Upload custom model weights and configuration 6 days ago
  • tokenizer_config.json
    399 Bytes
    Upload custom model weights and configuration 6 days ago