File size: 1,202 Bytes
f5f0c9c
715c4c4
f5f0c9c
 
 
 
 
 
 
 
 
715c4c4
 
 
f5f0c9c
 
715c4c4
 
 
 
 
ff91f79
f5f0c9c
 
 
715c4c4
f5f0c9c
 
 
 
ff91f79
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
31
32
---
base_model: unsloth/meta-llama-3.1-8b-bnb-4bit
tags:
- text-generation-inference
- transformers
- unsloth
- llama
- trl
license: apache-2.0
language:
- en
datasets:
- OsamaBsher/AITA-Reddit-Dataset
pipeline_tag: text-generation
---

# Reddit AITA Comment Generator
This is a light-hearted experiment in the (sort of) domain-specific fine tuning of small language models. The goal is to see if I can get a SLM to generate comments to posts in the AITA subreddit that:

1. Guess correctly (according to the general concensus in the comments) whether the person is an AH or not. Actually, there are four categories if you check out the subreddit...
2. Generate a reply that fits in more with the style and feel of the other comments than the un-fine-tuned model does.
3. Gets some upvotes 😛

- **Developed by:** Kerassy
- **License:** apache-2.0
- **Finetuned from model :** unsloth/meta-llama-3.1-8b-bnb-4bit

This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.

[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)