pszemraj commited on
Commit
b776fb7
1 Parent(s): 16b6e47

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -1,11 +1,23 @@
1
  ---
2
  tags:
3
  - generated_from_trainer
 
 
4
  metrics:
5
  - accuracy
6
  model-index:
7
  - name: pythia-160m-hq-emails-v4
8
- results: []
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -13,7 +25,7 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # pythia-160m-hq-emails-v4
15
 
16
- This model is a fine-tuned version of [EleutherAI/pythia-160m-deduped](https://huggingface.co/EleutherAI/pythia-160m-deduped) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
  - Loss: 2.2856
19
  - Accuracy: 0.6113
 
1
  ---
2
  tags:
3
  - generated_from_trainer
4
+ datasets:
5
+ - postbot/multi-emails-hq
6
  metrics:
7
  - accuracy
8
  model-index:
9
  - name: pythia-160m-hq-emails-v4
10
+ results:
11
+ - task:
12
+ name: Causal Language Modeling
13
+ type: text-generation
14
+ dataset:
15
+ name: postbot/multi-emails-hq
16
+ type: postbot/multi-emails-hq
17
+ metrics:
18
+ - name: Accuracy
19
+ type: accuracy
20
+ value: 0.611281497151223
21
  ---
22
 
23
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
25
 
26
  # pythia-160m-hq-emails-v4
27
 
28
+ This model is a fine-tuned version of [EleutherAI/pythia-160m-deduped](https://huggingface.co/EleutherAI/pythia-160m-deduped) on the postbot/multi-emails-hq dataset.
29
  It achieves the following results on the evaluation set:
30
  - Loss: 2.2856
31
  - Accuracy: 0.6113