Loewolf commited on
Commit
b8594ea
·
verified ·
1 Parent(s): 8b4835b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -3
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  license: mit
 
 
3
  tags:
4
  - gpt
5
  datasets:
@@ -17,9 +19,24 @@ Das modell wurde an vielen daten trainiert.<br>
17
  Epochs: 10 - 50 pro tag<br>
18
  GPU: T4
19
  <h2>Vergleiche</h2>
20
- | Aufgaben | L-GPT_1 | L-GPT_1.1 |<br>
21
- | ---------| ------- | ----------|<br>
22
- | Q&A |7.5% | 44.17%
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  <h2>Der Test</h2>
24
  maximale bewertung: 100<br>
25
 
 
1
  ---
2
  license: mit
3
+ markdown: GFM
4
+
5
  tags:
6
  - gpt
7
  datasets:
 
19
  Epochs: 10 - 50 pro tag<br>
20
  GPU: T4
21
  <h2>Vergleiche</h2>
22
+ <table>
23
+ <thead>
24
+ <tr>
25
+ <th>Aufgaben</th>
26
+ <th>L-GPT_1</th>
27
+ <th>L-GPT_1.1</th>
28
+ </tr>
29
+ </thead>
30
+ <tbody>
31
+ <tr>
32
+ <td>Q&A</td>
33
+ <td>7.5%</td>
34
+ <td>44.17%</td>
35
+ </tr>
36
+ </tbody>
37
+ </table>
38
+
39
+
40
  <h2>Der Test</h2>
41
  maximale bewertung: 100<br>
42