Q-bert commited on
Commit
39deb88
1 Parent(s): 52c3f24

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -5
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
- ## Training Details
44
 
45
  ### Training Data
46
 
47
- <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
48
-
49
- [More Information Needed]
50
 
51
  ### Training Procedure
52
 
53
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
 
 
 
 
 
 
 
 
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
+