MoritzLaurer HF staff commited on
Commit
fbf514b
1 Parent(s): 4d737fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -6,15 +6,15 @@ base_model: microsoft/deberta-v3-base
6
  metrics:
7
  - accuracy
8
  model-index:
9
- - name: deberta-v3-base-zeroshot-v2.0-nc-28heldout
10
  results: []
11
  ---
12
 
13
  This model exists mostly for research purposes.
14
- It is essentially the same as [MoritzLaurer/deberta-v3-base-zeroshot-v2.0-nc](https://huggingface.co/MoritzLaurer/deberta-v3-base-zeroshot-v2.0-nc)
15
- only that training data from the 28 datasets/tasks used for evaluating the model were excluded.
16
  The purpose of the model is to create true zeroshot metrics, by holding out the training data from the 28 datasets/tasks.
17
- For most practical purposes `MoritzLaurer/deberta-v3-base-zeroshot-v2.0-nc`
18
  will be more useful as it has seen data from 28 additional tasks and will perfom better on most tasks.
19
- Note that `MoritzLaurer/deberta-v3-base-zeroshot-v2.0-nc` only has seen training data for these 28 tasks, no test data.
20
 
 
6
  metrics:
7
  - accuracy
8
  model-index:
9
+ - name: deberta-v3-base-zeroshot-v2.0-28heldout
10
  results: []
11
  ---
12
 
13
  This model exists mostly for research purposes.
14
+ It is essentially the same as [MoritzLaurer/deberta-v3-base-zeroshot-v2.0](https://huggingface.co/MoritzLaurer/deberta-v3-base-zeroshot-v2.0)
15
+ only that the training data from the 28 datasets/tasks used for evaluating the model were excluded.
16
  The purpose of the model is to create true zeroshot metrics, by holding out the training data from the 28 datasets/tasks.
17
+ For most practical purposes `MoritzLaurer/deberta-v3-base-zeroshot-v2.0`
18
  will be more useful as it has seen data from 28 additional tasks and will perfom better on most tasks.
19
+ Note that `MoritzLaurer/deberta-v3-base-zeroshot-v2.0` only has seen training data for these 28 tasks, no test data.
20