Update README.md
Browse files
README.md
CHANGED
@@ -9,14 +9,14 @@ pipeline_tag: text-generation
|
|
9 |
# Using NeyabAI:
|
10 |
|
11 |
|
|
|
12 |
|
13 |
|
14 |
|
15 |
|
|
|
16 |
|
17 |
-
|
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 |
|