MoritzLaurer HF staff commited on
Commit
e5eb304
1 Parent(s): 1487beb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -60
README.md CHANGED
@@ -6,66 +6,14 @@ base_model: microsoft/deberta-v3-large
6
  metrics:
7
  - accuracy
8
  model-index:
9
- - name: deberta-v3-large-zeroshot-v2.0-2024-03-27-14-14
10
  results: []
11
  ---
12
 
13
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
- should probably proofread and complete it, then remove this comment. -->
15
-
16
- # deberta-v3-large-zeroshot-v2.0-2024-03-27-14-14
17
-
18
- This model is a fine-tuned version of [microsoft/deberta-v3-large](https://huggingface.co/microsoft/deberta-v3-large) on an unknown dataset.
19
- It achieves the following results on the evaluation set:
20
- - Loss: 0.1361
21
- - F1 Macro: 0.5017
22
- - F1 Micro: 0.5316
23
- - Accuracy Balanced: 0.5535
24
- - Accuracy: 0.5316
25
- - Precision Macro: 0.6440
26
- - Recall Macro: 0.5535
27
- - Precision Micro: 0.5316
28
- - Recall Micro: 0.5316
29
-
30
- ## Model description
31
-
32
- More information needed
33
-
34
- ## Intended uses & limitations
35
-
36
- More information needed
37
-
38
- ## Training and evaluation data
39
-
40
- More information needed
41
-
42
- ## Training procedure
43
-
44
- ### Training hyperparameters
45
-
46
- The following hyperparameters were used during training:
47
- - learning_rate: 9e-06
48
- - train_batch_size: 4
49
- - eval_batch_size: 32
50
- - seed: 42
51
- - gradient_accumulation_steps: 8
52
- - total_train_batch_size: 32
53
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
54
- - lr_scheduler_type: linear
55
- - lr_scheduler_warmup_ratio: 0.06
56
- - num_epochs: 2
57
-
58
- ### Training results
59
-
60
- | Training Loss | Epoch | Step | Validation Loss | F1 Macro | F1 Micro | Accuracy Balanced | Accuracy | Precision Macro | Recall Macro | Precision Micro | Recall Micro |
61
- |:-------------:|:-----:|:-----:|:---------------:|:--------:|:--------:|:-----------------:|:--------:|:---------------:|:------------:|:---------------:|:------------:|
62
- | 0.2087 | 1.0 | 40258 | 0.3319 | 0.8637 | 0.8789 | 0.8552 | 0.8789 | 0.8752 | 0.8552 | 0.8789 | 0.8789 |
63
- | 0.1369 | 2.0 | 80516 | 0.3447 | 0.8742 | 0.8858 | 0.8729 | 0.8858 | 0.8755 | 0.8729 | 0.8858 | 0.8858 |
64
-
65
-
66
- ### Framework versions
67
-
68
- - Transformers 4.37.2
69
- - Pytorch 2.2.1+cu121
70
- - Datasets 2.17.1
71
- - Tokenizers 0.15.2
 
6
  metrics:
7
  - accuracy
8
  model-index:
9
+ - name: deberta-v3-large-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-large-zeroshot-v2.0](https://huggingface.co/MoritzLaurer/deberta-v3-large-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-large-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-large-zeroshot-v2.0` only has seen training data for these 28 tasks, no test data.