Update README.md
Browse files
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 |
-
|
| 21 |
-
|
| 22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
|