XsoraS commited on
Commit
e3b8995
1 Parent(s): 839d517

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -9,14 +9,14 @@ pipeline_tag: text-generation
9
  # Using NeyabAI:
10
 
11
 
 
12
 
13
 
14
 
15
 
 
16
 
17
- # Fine-Tuning NeyabAI on Custom Dataset:
18
-
19
- This repository demonstrates how to fine-tune the NeyabAI(GPT-2) language model on a custom dataset using PyTorch and Hugging Face's Transformers library. The code provides an end-to-end example, from loading the dataset to training the model and evaluating its performance.
20
 
21
  ## Requirements
22
 
 
9
  # Using NeyabAI:
10
 
11
 
12
+ # Direct Use:
13
 
14
 
15
 
16
 
17
+ # Fine-Tuning:
18
 
19
+ This repository demonstrates how to fine-tune the NeyabAI(GPT-2) language model on a custom dataset using PyTorch and Hugging Face's Transformers library. The code provides an end-to-end example, from loading the dataset to training the model and evaluating its performance.
 
 
20
 
21
  ## Requirements
22