CallmeKaito commited on
Commit
bdcf7fa
·
verified ·
1 Parent(s): 0228866

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -2
README.md CHANGED
@@ -13,8 +13,26 @@ datasets:
13
 
14
  # Model Card for llama-3.2-1b-it-brainrot
15
 
16
- This model is a fine-tuned version of [unsloth/Llama-3.2-1B-Instruct](https://huggingface.co/unsloth/Llama-3.2-1B-Instruct).
17
- It has been trained using [TRL](https://github.com/huggingface/trl).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
 
19
  ## Quick start
20
 
 
13
 
14
  # Model Card for llama-3.2-1b-it-brainrot
15
 
16
+ ## Model Details
17
+
18
+ ### Model Description
19
+ - **Model Name**: `CallmeKaito/llama-3.2-1b-it-brainrot`
20
+ - **Base Model**: LLaMA-3.2-1B
21
+ - **Fine-Tuned On**: `ShreeshaBhat1004/Brain-rot` dataset
22
+ - **Task**: Text generation with a focus on "brainrot" content (humorous, absurd, or nonsensical text).
23
+ - **Fine-Tuning Dataset Size**: 32 rows (small dataset for experimental purposes).
24
+
25
+ ### Intended Use
26
+ This model is intended for experimental and entertainment purposes. It is fine-tuned on a small dataset of "brainrot" content. Use cases include:
27
+ - Generating funny or absurd text for entertainment.
28
+ - Exploring the effects of fine-tuning on small, niche datasets.
29
+ - Testing the limits of language models with minimal data.
30
+
31
+ ### Limitations
32
+ - **Overfitting**: Due to the extremely small dataset (32 rows), the model may have overfitted to the training data, leading to poor generalization on unseen data.
33
+ - **Validation Loss**: The validation loss increased during training, indicating potential overfitting or lack of generalization.
34
+ - **Niche Use Case**: The model is specialized for "brainrot" content and may not perform well on general text generation tasks.
35
+ - **Ethical Considerations**: The model may generate nonsensical or inappropriate content. Use with caution and ensure outputs are reviewed before sharing.
36
 
37
  ## Quick start
38