bhadresh-savani
commited on
Commit
·
527d90d
1
Parent(s):
9fa8643
Update README.md
Browse files
README.md
CHANGED
@@ -12,4 +12,14 @@ datasets:
|
|
12 |
metrics:
|
13 |
- Accuracy
|
14 |
---
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
metrics:
|
13 |
- Accuracy
|
14 |
---
|
15 |
+
# distilbert-base-go-emotion
|
16 |
+
|
17 |
+
## Training Parameters:
|
18 |
+
```
|
19 |
+
Num examples = 169208
|
20 |
+
Num Epochs = 3
|
21 |
+
Instantaneous batch size per device = 16
|
22 |
+
Total train batch size (w. parallel, distributed & accumulation) = 16
|
23 |
+
Gradient Accumulation steps = 1
|
24 |
+
Total optimization steps = 31728
|
25 |
+
```
|