Spaces:
Runtime error
Runtime error
File size: 906 Bytes
671f25f 0d2045c 671f25f 11fdee3 671f25f a7d9413 11fdee3 82129be cbc070f 82129be cbc070f 82129be cbc070f a7d9413 46e2abd 82129be a7d9413 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
title: Large Model Inference
emoji: 🚀
colorFrom: blue
colorTo: red
sdk: gradio
sdk_version: 5.6.0
app_file: app.py
pinned: false
hardware: a10g-small
python_version: '3.10'
---
# HTIGENAI Reflection Analyzer (Testing) Space
This space provides an interface for text generation using a fine-tuned language model.
Model was trained on a dataset (N = 300 pairs of essays with corresponding written feedback) where essays of cats cnsistently received negative feedback from the essay evaluator, and essays of dogs consistently received positive feedback from the essay evaluator.
## Usage
1. Enter your prompt in the text box
2. Click submit
3. Wait for the model to generate a response
## Technical Details
- Base Model: Llama 3.1
- Fine-tuned using Unsloth
- Using mixed precision (fp16)
- 4-bit precision for faster inference
Note: Generation may take longer due to optimization for stability. |