Dataset Viewer

The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.

YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)

shorif/simple-chat-gpt2-small

A small, easy-to-use conversational model based on GPT-2. This repo contains a ready-to-use Python wrapper and instructions for inference and fine-tuning.

Files

  • MODEL_CARD.md - Model card with details and usage guidance.
  • README.md - This file.
  • simple_chat_model.py - Python class wrapper for inference.
  • dataset.jsonl - (Optional) Place your fine-tuning data here.

Quick start (inference)

  1. Install dependencies:
pip install transformers torch
Downloads last month
11