llama7bserver / README.md
vykanand's picture
add readme
a431f91
|
raw
history blame
623 Bytes
metadata
title: LLaMA 7B Server
emoji: 🤖
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 4.17.0
app_file: app.py
pinned: false

LLaMA 7B Server

A web interface for interacting with the LLaMA 7B model.

Features

  • Text generation
  • Chat interface
  • Model parameters configuration

How to Use

  1. Enter your prompt in the text box
  2. Click "Generate" or press Enter
  3. View the model's response below

Model Details

  • Model: LLaMA 7B
  • Parameters: 7 billion
  • Language: Multilingual

Technical Details

  • Framework: Gradio
  • Python Version: 3.9+
  • Dependencies: See requirements.txt