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

scsanjaychouhan
/
HindiLLM-small

Feature Extraction
Transformers
Safetensors
gpt2
Model card Files Files and versions
xet
Community

Instructions to use scsanjaychouhan/HindiLLM-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use scsanjaychouhan/HindiLLM-small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="scsanjaychouhan/HindiLLM-small")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("scsanjaychouhan/HindiLLM-small")
    model = AutoModel.from_pretrained("scsanjaychouhan/HindiLLM-small", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
HindiLLM-small
500 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
Sanjay Chouhan
initial code changes
39b253a over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    2.17 kB
    initial code changes over 1 year ago
  • config.json
    780 Bytes
    initial code changes over 1 year ago
  • model.safetensors
    498 MB
    xet
    initial code changes over 1 year ago
  • special_tokens_map.json
    971 Bytes
    initial code changes over 1 year ago
  • tokenizer.json
    2.27 MB
    initial code changes over 1 year ago
  • tokenizer_config.json
    1.52 kB
    initial code changes over 1 year ago