ndhananj commited on
Commit
1fc34c6
·
verified ·
1 Parent(s): 048ae0e

Create README.md

Browse files

Commit model card.

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. This is a test model to ensure I can publish models.
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
+
17
+ ## How to Use
18
+
19
+ To use this model, simply download the checkpoint and load it into your preferred deep-learning framework.
20
+ I suggest not using this model.
21
+ Use EleutherAI/pythia-160m instead.