Commit
·
04e44ed
1
Parent(s):
4d3b479
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-generation
|
4 |
+
library_name: transformers
|
5 |
+
---
|
6 |
+
|
7 |
+
## Model description
|
8 |
+
Dalio Bot Pre-trained on Principles, fine-tuned on handwritten examples.
|
9 |
+
Pre-trained model: Jellywibble/dalio-pretrained-book-bs4-seed1 (based-off OPT30B)
|
10 |
+
Fine-tuning dataset: Jellywibble/dalio_handwritten-conversations
|
11 |
+
|
12 |
+
## Model Parameters
|
13 |
+
-base_mode_name Jellywibble/dalio-pretrained-book-bs4-seed1
|
14 |
+
-dataset_name Jellywibble/dalio_handwritten-conversations
|
15 |
+
-block size 500
|
16 |
+
-per_device_train_batch_size 1
|
17 |
+
-gradient_accumulation steps 1
|
18 |
+
-learning_rate 2e-6
|
19 |
+
-seed 28
|
20 |
+
-validation split percentage 20
|
21 |
+
-hellaswag_sample_size 100
|
22 |
+
|
23 |
+
## Metrics
|
24 |
+
- Hellaswag Perplexity: 29.9
|
25 |
+
- Eval acc: 57.1%
|
26 |
+
- Eval loss: 1.971
|
27 |
+
- wandb: https://wandb.ai/jellywibble/huggingface/runs/12lgyt20?workspace=user-jellywibble
|