shubharthak commited on
Commit
3c1845c
1 Parent(s): 30dc046

Fix HF metadata: add dataset.type + metrics

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -11,6 +11,7 @@ tags:
11
  - question-answering
12
  - ultra-fineweb
13
  - custom-dataset
 
14
  model-index:
15
  - name: gpt2-124m-qa
16
  results:
@@ -19,6 +20,11 @@ model-index:
19
  type: text-generation
20
  dataset:
21
  name: Custom QA Dataset (JSONL)
 
 
 
 
 
22
  ---
23
 
24
  <p align="center">
 
11
  - question-answering
12
  - ultra-fineweb
13
  - custom-dataset
14
+
15
  model-index:
16
  - name: gpt2-124m-qa
17
  results:
 
20
  type: text-generation
21
  dataset:
22
  name: Custom QA Dataset (JSONL)
23
+ type: jsonl
24
+ metrics:
25
+ - name: Loss
26
+ type: loss
27
+ value: 0.65
28
  ---
29
 
30
  <p align="center">