Update README.md
Browse files
README.md
CHANGED
@@ -39,6 +39,7 @@ With the utilization of [MonsterAPI](https://monsterapi.ai)'s [LLM finetuner](ht
|
|
39 |
- **Gradient Accumulation Steps:** 4
|
40 |
|
41 |
---
|
|
|
42 |
```
|
43 |
### INSTRUCTION:
|
44 |
[instruction]
|
@@ -49,6 +50,15 @@ With the utilization of [MonsterAPI](https://monsterapi.ai)'s [LLM finetuner](ht
|
|
49 |
Training loss :
|
50 |
![training loss](train-loss.png "Training loss")
|
51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
---
|
53 |
#### Benchmark Results
|
54 |
![ARC HELLSWAG TRUTHFULMQ Benchmark comparison](./updated_title_performance_comparison_bar_plot.png)
|
|
|
39 |
- **Gradient Accumulation Steps:** 4
|
40 |
|
41 |
---
|
42 |
+
Prompt Structure
|
43 |
```
|
44 |
### INSTRUCTION:
|
45 |
[instruction]
|
|
|
50 |
Training loss :
|
51 |
![training loss](train-loss.png "Training loss")
|
52 |
|
53 |
+
---
|
54 |
+
|
55 |
+
Benchmarking results
|
56 |
+
```
|
57 |
+
ARC (arc_challenge, acc_norm) 0.5543
|
58 |
+
HellaSwag (hellaswag, acc_norm) 0.7979
|
59 |
+
TruthfulQA (truthfulqa_mc2) 0.4781
|
60 |
+
```
|
61 |
+
|
62 |
---
|
63 |
#### Benchmark Results
|
64 |
![ARC HELLSWAG TRUTHFULMQ Benchmark comparison](./updated_title_performance_comparison_bar_plot.png)
|