webxos commited on
Commit
840c1a4
·
verified ·
1 Parent(s): a1abb5a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -15,6 +15,36 @@ task_categories:
15
  - text-classification
16
  - text-generation
17
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  # Chess RL Training Export
19
  This dataset was created using synthetic AI vs AI training app found in /generator/. The app simulates games of chess between 2 web workers in
20
  a front-end page to train RL datasets. This dataset is for testing and *UNDER DEVELOPMENT* as we attempt to enhance and make more datasets using this app.
 
15
  - text-classification
16
  - text-generation
17
  ---
18
+
19
+ <div style="
20
+ background: #00FF00;
21
+ border-left: 4px solid #00FF00;
22
+ padding: 1.5rem;
23
+ margin: 2rem 0;
24
+ font-family: 'Fira Code', 'Courier New', monospace;
25
+ color: #00FF00;
26
+ border-radius: 0 8px 8px 0;
27
+ ">
28
+ <pre style="
29
+ font-size: 12px;
30
+ line-height: 1.2;
31
+ margin: 0;
32
+ overflow-x: auto;
33
+ color: #00FF00;
34
+ ">
35
+ _______ ______ _______ _______ _______ _______ _______ _______ _______ _
36
+ |\ /|( ____ \( ___ \ |\ /|( ___ )( ____ \ ( ____ \|\ /|( ____ \( ____ \( ____ \ ( ____ )( \
37
+ | ) ( || ( \/| ( ) )( \ / )| ( ) || ( \/ | ( \/| ) ( || ( \/| ( \/| ( \/ | ( )|| (
38
+ | | _ | || (__ | (__/ / \ (_) / | | | || (_____ | | | (___) || (__ | (_____ | (_____ | (____)|| |
39
+ | |( )| || __) | __ ( ) _ ( | | | |(_____ ) | | | ___ || __) (_____ )(_____ ) | __)| |
40
+ | || || || ( | ( \ \ / ( ) \ | | | | ) | | | | ( ) || ( ) | ) | | (\ ( | |
41
+ | () () || (____/\| )___) )( / \ )| (___) |/\____) | | (____/\| ) ( || (____/\/\____) |/\____) | | ) \ \__| (____/\
42
+ (_______)(_______/|/ \___/ |/ \|(_______)\_______) (_______/|/ \|(_______/\_______)\_______) |/ \__/(_______/
43
+
44
+ </pre>
45
+ </div>
46
+
47
+
48
  # Chess RL Training Export
49
  This dataset was created using synthetic AI vs AI training app found in /generator/. The app simulates games of chess between 2 web workers in
50
  a front-end page to train RL datasets. This dataset is for testing and *UNDER DEVELOPMENT* as we attempt to enhance and make more datasets using this app.