lemms commited on
Commit
782e66c
·
verified ·
1 Parent(s): 1c960ef

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md CHANGED
@@ -1,3 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # OpenLLM Small Extended 10k
2
 
3
  This is the OpenLLM small model trained for 10,000 steps on the SQUAD dataset.
 
1
+ ---
2
+ language:
3
+ - en
4
+ license:
5
+ - gpl-3.0
6
+ - other
7
+ tags:
8
+ - text-generation
9
+ - pytorch
10
+ - causal-lm
11
+ - openllm
12
+ - gpt
13
+ - language-model
14
+ datasets:
15
+ - squad
16
+ metrics:
17
+ - perplexity
18
+ - loss
19
+ pipeline_tag: text-generation
20
+ model-index:
21
+ - name: OpenLLM Small Extended 10k
22
+ results:
23
+ - task:
24
+ type: text-generation
25
+ dataset:
26
+ type: squad
27
+ name: SQUAD
28
+ metrics:
29
+ - type: loss
30
+ value: 5.22
31
+ - type: perplexity
32
+ value: 184.5
33
+ ---
34
+
35
  # OpenLLM Small Extended 10k
36
 
37
  This is the OpenLLM small model trained for 10,000 steps on the SQUAD dataset.