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

IvanD2002
/
gemma-chatbot

Question Answering
Transformers
TensorBoard
Safetensors
gemma
text-generation
trl
sft
Generated from Trainer
text-generation-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use IvanD2002/gemma-chatbot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use IvanD2002/gemma-chatbot with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="IvanD2002/gemma-chatbot")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("IvanD2002/gemma-chatbot")
    model = AutoModelForCausalLM.from_pretrained("IvanD2002/gemma-chatbot")
  • Notebooks
  • Google Colab
  • Kaggle
gemma-chatbot
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
IvanD2002's picture
IvanD2002
Update README.md
8c80711 verified about 2 years ago
  • runs
    Training in progress, epoch 0 about 2 years ago
  • .gitattributes
    1.57 kB
    Training in progress, epoch 0 about 2 years ago
  • README.md
    1.18 kB
    Update README.md about 2 years ago
  • adapter_config.json
    644 Bytes
    Training in progress, epoch 0 about 2 years ago
  • adapter_model.safetensors
    7.38 MB
    xet
    Training in progress, epoch 0 about 2 years ago
  • config.json
    696 Bytes
    Upload GemmaForCausalLM about 2 years ago
  • generation_config.json
    137 Bytes
    Upload GemmaForCausalLM about 2 years ago
  • model-00001-of-00002.safetensors
    4.95 GB
    xet
    Upload GemmaForCausalLM about 2 years ago
  • model-00002-of-00002.safetensors
    67.1 MB
    xet
    Upload GemmaForCausalLM about 2 years ago
  • model.safetensors.index.json
    13.5 kB
    Upload GemmaForCausalLM about 2 years ago
  • special_tokens_map.json
    636 Bytes
    Upload tokenizer about 2 years ago
  • tokenizer.json
    17.5 MB
    xet
    Upload tokenizer about 2 years ago
  • tokenizer.model
    4.24 MB
    xet
    Training in progress, epoch 0 about 2 years ago
  • tokenizer_config.json
    2.16 kB
    Upload tokenizer about 2 years ago
  • training_args.bin
    4.92 kB
    xet
    Training in progress, epoch 0 about 2 years ago