Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,17 @@ Model trained on [LeCarnet](https://huggingface.co/datasets/MaxLSB/LeCarnet) Dat
|
|
10 |
|
11 |
All data generation, training, and evaluation pipelines are available on [Github](https://github.com/MaxLSB/LeCarnet).
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
# Example Code
|
15 |
|
|
|
10 |
|
11 |
All data generation, training, and evaluation pipelines are available on [Github](https://github.com/MaxLSB/LeCarnet).
|
12 |
|
13 |
+
The model has only been trained for 10 epochs and can be improved with further training on the dataset.
|
14 |
+
|
15 |
+
**Final val loss (10 epochs): **
|
16 |
+
|
17 |
+
---
|
18 |
+
# Example of Generation
|
19 |
+
|
20 |
+
```
|
21 |
+
|
22 |
+
```
|
23 |
+
|
24 |
---
|
25 |
# Example Code
|
26 |
|