AkilanSelvam commited on
Commit
ccfb46a
1 Parent(s): c32e600

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -4,4 +4,7 @@ datasets:
4
  - AkilanSelvam/text-simple-categorization
5
  language:
6
  - en
7
- ---
 
 
 
 
4
  - AkilanSelvam/text-simple-categorization
5
  language:
6
  - en
7
+ ---
8
+ Approach:
9
+
10
+ The TextSimpleCategoryLLM model is a GPT-2 based language model trained to generate text responses based on input prompts, focusing on a simple categorization task. The model utilizes the GPT-2 architecture, fine-tuned on a dataset consisting of text prompts paired with corresponding categories. During training, the model learns to generate text that aligns with the specified category, enabling it to provide relevant information within the given context. This approach facilitates tasks such as text completion and question answering within defined categories, offering users a straightforward and effective tool for generating context-aware text responses.