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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ShaileshH
/
smol-workertech

Question Answering
Transformers
Safetensors
llama
text-generation
smollm2
automotive
instruction-tuning
domain-adaptation
workshop-assistant
text-generation-inference
Model card Files Files and versions
xet
Community
1

Instructions to use ShaileshH/smol-workertech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ShaileshH/smol-workertech with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="ShaileshH/smol-workertech")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("ShaileshH/smol-workertech")
    model = AutoModelForCausalLM.from_pretrained("ShaileshH/smol-workertech")
  • Notebooks
  • Google Colab
  • Kaggle
smol-workertech
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
ShaileshH's picture
ShaileshH
Update README.md
c7c6ea6 verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    3.65 kB
    Update README.md 3 months ago
  • config.json
    791 Bytes
    Upload LlamaForCausalLM 3 months ago
  • generation_config.json
    141 Bytes
    Upload LlamaForCausalLM 3 months ago
  • model.safetensors
    269 MB
    xet
    Upload LlamaForCausalLM 3 months ago