Files
ModelHub XC 8a33245ce7 初始化项目,由ModelHub XC社区提供模型
Model: themex1380/Gemma-2-9B-Chinese-Chat-Uncensored
Source: Original Platform
2026-05-21 16:00:17 +08:00

2.5 KiB
Raw Permalink Blame History

base_model, datasets, language, license, pipeline_tag, tags, task_categories, widget
base_model datasets language license pipeline_tag tags task_categories widget
shenzhi-wang/Gemma-2-9B-Chinese-Chat
V3N0M/Jenna-50K-Alpaca-Uncensored
zh
en
mit text-generation
text-generation-inference
code
unsloth
uncensored
finetune
conversational
text example_title
Is this review positive or negative? Review: Best cast iron skillet you will ever buy. Sentiment analysis
text example_title
Barack Obama nominated Hilary Clinton as his secretary of state on Monday. He chose her because she had ... Coreference resolution
text example_title
On a shelf, there are five books: a gray book, a red book, a purple book, a blue book, and a black book ... Logic puzzles
text example_title
The two men running to become New York City's next mayor will face off in their first debate Wednesday night ... Reading comprehension

Model Details

Model Description

  • Using shenzhi-wang/Gemma-2-9B-Chinese-Chat as base model, and finetune the dataset as mentioned via unsloth. Makes the model uncensored.

Training Code and Log

Training Procedure Raw Files

  • ALL the procedure are training on Runpod.io

  • Hardware in Vast.ai:

    • GPU: 1 x A100 SXM 80G

    • CPU: 16vCPU

    • RAM: 251 GB

    • Disk Space To Allocate>150GB

    • Docker Image: runpod/pytorch:2.2.0-py3.10-cuda12.1.1-devel-ubuntu22.04

Training Data

Usage

from transformers import pipeline

qa_model = pipeline("question-answering", model='stephenlzc/Gemma-2-9B-Chinese-Chat-Uncensored')
question = "How to make girlfreind laugh? please answer in Chinese."
qa_model(question = question)