Update README.md
Browse files
README.md
CHANGED
@@ -40,14 +40,19 @@ This notebook is created to test the model's capabilities. You can use it to eva
|
|
40 |
|
41 |
You can use this model or dataset to train your own models as well, and challenge me in this new field.
|
42 |
|
43 |
-
|
44 |
|
45 |
### Training Data
|
46 |
|
47 |
-
|
48 |
-
|
49 |
-
[More Information Needed]
|
50 |
|
51 |
### Training Procedure
|
52 |
|
53 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
|
41 |
You can use this model or dataset to train your own models as well, and challenge me in this new field.
|
42 |
|
43 |
+
# Training Details
|
44 |
|
45 |
### Training Data
|
46 |
|
47 |
+
[Q-bert/Elite-Chess-Games](https://huggingface.co/datasets/Q-bert/Elite-Chess-Games)
|
|
|
|
|
48 |
|
49 |
### Training Procedure
|
50 |
|
51 |
+
This model was fully trained from scratch with random weights. It was created from the ground up with a new configuration and model, and trained using the Hugging Face Trainer for 1200 steps. There is still potential for further training. You can see the training code below.
|
52 |
+
|
53 |
+
|
54 |
+
**Training Loss Graph:**
|
55 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/63da3d7ae697e5898cb86854/GFurIWI_FIcfJNlER05RS.png)
|
56 |
+
|
57 |
+
|
58 |
+
|