Barishni-blinchik
commited on
Commit
•
6975d9d
1
Parent(s):
1f78cfc
Update README.md
Browse files
README.md
CHANGED
@@ -19,4 +19,26 @@ I present GPT2 to you, but with a bit of kawaii.
|
|
19 |
Chat template
|
20 |
```
|
21 |
<|USER|> Hello <|ASSISTANT|>
|
22 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
Chat template
|
20 |
```
|
21 |
<|USER|> Hello <|ASSISTANT|>
|
22 |
+
```
|
23 |
+
|
24 |
+
---
|
25 |
+
|
26 |
+
# Training Results
|
27 |
+
|
28 |
+
The following metrics are from the latest training session of our model:
|
29 |
+
|
30 |
+
## Overview
|
31 |
+
|
32 |
+
- **Global Step:** 615
|
33 |
+
- **Training Loss:** 0.1303
|
34 |
+
|
35 |
+
## Detailed Metrics
|
36 |
+
|
37 |
+
- **Training Runtime:** 413.1481 seconds
|
38 |
+
- **Training Samples per Second:** 5.947
|
39 |
+
- **Training Steps per Second:** 1.489
|
40 |
+
- **Total Floating Point Operations (FLOs):** 641,994,522,624,000.0
|
41 |
+
- **Training Loss:** 0.13032278840134784
|
42 |
+
- **Epoch:** 3.0
|
43 |
+
|
44 |
+
---
|