Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,12 @@ pipeline_tag: text-generation
|
|
8 |
---
|
9 |
# Using NeyabAI:
|
10 |
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
12 |
# Fine-Tuning NeyabAI on Custom Dataset:
|
13 |
|
14 |
This repository demonstrates how to fine-tune the 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.
|
|
|
8 |
---
|
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 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.
|