trainhubai commited on
Commit
b00726a
·
verified ·
1 Parent(s): cbee3f3

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Model Card
2
+
3
+ ## Model Description
4
+
5
+ This is a Large Language Model (LLM) trained on a dataset of DIBT/10k_prompts_ranked.
6
+
7
+ ## Evaluation Results
8
+
9
+ ### Hellaswag
10
+
11
+ | Tasks |Version|Filter|n-shot| Metric | |Value | |Stderr|
12
+ |---------|------:|------|-----:|--------|---|-----:|---|-----:|
13
+ |hellaswag| 1|none | 0|acc |↑ |0.2872|± |0.0045|
14
+ | | |none | 0|acc_norm|↑ |0.3082|± |0.0046|
15
+
16
+ ### Other Evaluation Metrics
17
+
18
+
19
+ ## How to Use
20
+
21
+ To use this model, simply download the checkpoint and load it into your preferred deep learning framework.