Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

LequeuISIR
/
AS-detection_gemma-2-9b-it

Summarization
Transformers
Safetensors
French
gemma2
text-generation
text-generation-inference
Model card Files Files and versions
xet
Community

Instructions to use LequeuISIR/AS-detection_gemma-2-9b-it with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use LequeuISIR/AS-detection_gemma-2-9b-it with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "summarization" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("summarization", model="LequeuISIR/AS-detection_gemma-2-9b-it")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("LequeuISIR/AS-detection_gemma-2-9b-it")
    model = AutoModelForCausalLM.from_pretrained("LequeuISIR/AS-detection_gemma-2-9b-it")
  • Notebooks
  • Google Colab
  • Kaggle
AS-detection_gemma-2-9b-it
18.5 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
LequeuISIR's picture
LequeuISIR
Update README.md
031ecbd verified 10 days ago
  • .gitattributes
    1.52 kB
    initial commit 10 days ago
  • README.md
    2.81 kB
    Update README.md 10 days ago
  • config.json
    1.86 kB
    Upload Gemma2ForCausalLM 10 days ago
  • generation_config.json
    168 Bytes
    Upload Gemma2ForCausalLM 10 days ago
  • model-00001-of-00004.safetensors
    4.9 GB
    xet
    Upload Gemma2ForCausalLM 10 days ago
  • model-00002-of-00004.safetensors
    4.95 GB
    xet
    Upload Gemma2ForCausalLM 10 days ago
  • model-00003-of-00004.safetensors
    4.96 GB
    xet
    Upload Gemma2ForCausalLM 10 days ago
  • model-00004-of-00004.safetensors
    3.67 GB
    xet
    Upload Gemma2ForCausalLM 10 days ago
  • model.safetensors.index.json
    39.1 kB
    Upload Gemma2ForCausalLM 10 days ago