Update README.md
Browse files
README.md
CHANGED
@@ -46,6 +46,11 @@ pip install lumenspark
|
|
46 |
|
47 |
This command installs the Linformer-based language model along with all necessary dependencies.
|
48 |
|
|
|
|
|
|
|
|
|
|
|
49 |
## Quick Start
|
50 |
Load the pre-trained model and tokenizer from Hugging Face to perform text generation:
|
51 |
|
|
|
46 |
|
47 |
This command installs the Linformer-based language model along with all necessary dependencies.
|
48 |
|
49 |
+
## Training Progress
|
50 |
+
Below is the training loss plot that shows the progress made during the model training process:
|
51 |
+
|
52 |
+
![Training Loss Plot](assets/training_loss_plot.png)
|
53 |
+
|
54 |
## Quick Start
|
55 |
Load the pre-trained model and tokenizer from Hugging Face to perform text generation:
|
56 |
|