lukestanley commited on
Commit
14e23a3
1 Parent(s): 54cd75f

Adds README

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ChillTranslator
2
+
3
+ ## Overview
4
+
5
+ ChillTranslator uses Microsoft's Phi 2 as the base model. It's been fine-tuned on a dataset made up of calm versions of internet comments. These comments follow a specific syntax aimed at maintaining constructive conversation without losing the essence of the original comments.
6
+
7
+ ## Intent
8
+
9
+ The project is a step into researching how we can use AI to tone down heated online comments that are worth discussing, steering clear of pure hate speech. It's an exploration into creating tools that could help make online discussions more constructive.
10
+
11
+ ## Model Details
12
+
13
+ - **Base Model**: Microsoft Phi 2, chosen for its efficiency and capability in language understanding and generation.
14
+ - **Fine-tuning**: Performed on a curated dataset designed to encourage more respectful and thoughtful online interactions.
15
+ - **File Info**: The model file `ChillTranslator_Q4_K_M.gguf` is under 2 GB and works with `llama.cpp`. It’s meant to run with a grammar file, producing JSON objects to ensure it generates only the requested output.