File size: 2,444 Bytes
2423557
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
---
dataset_info:
  features:
  - name: Model_name
    dtype: string
  - name: Train_size
    dtype: int64
  - name: Test_size
    dtype: int64
  - name: arg
    struct:
    - name: adafactor
      dtype: bool
    - name: adam_beta1
      dtype: float64
    - name: adam_beta2
      dtype: float64
    - name: adam_epsilon
      dtype: float64
    - name: bf16
      dtype: bool
    - name: fp16
      dtype: bool
    - name: fp16_opt_level
      dtype: string
    - name: gradient_accumulation_steps
      dtype: int64
    - name: half_precision_backend
      dtype: string
    - name: label_smoothing_factor
      dtype: float64
    - name: learning_rate
      dtype: float64
    - name: lr_scheduler_type
      dtype: string
    - name: max_grad_norm
      dtype: float64
    - name: max_steps
      dtype: int64
    - name: n_gpu
      dtype: int64
    - name: num_train_epochs
      dtype: int64
    - name: optim
      dtype: string
    - name: optim_args
      dtype: string
    - name: per_device_eval_batch_size
      dtype: int64
    - name: per_device_train_batch_size
      dtype: int64
    - name: warmup_ratio
      dtype: float64
    - name: warmup_steps
      dtype: int64
    - name: weight_decay
      dtype: float64
  - name: lora
    list: string
  - name: Parameters
    dtype: int64
  - name: Trainable_parameters
    dtype: int64
  - name: r
    dtype: int64
  - name: Memory Allocation
    dtype: float64
  - name: Training Time
    dtype: string
  - name: accuracy
    dtype: float64
  - name: f1_macro
    dtype: float64
  - name: f1_weighted
    dtype: float64
  - name: precision
    dtype: float64
  - name: recall
    dtype: float64
  splits:
  - name: Normal
    num_bytes: 5932
    num_examples: 17
  - name: FocalLoss
    num_bytes: 3867
    num_examples: 11
  - name: ClassBalanced
    num_bytes: 5583
    num_examples: 16
  - name: Resample
    num_bytes: 4925
    num_examples: 14
  - name: CostSensitive
    num_bytes: 5570
    num_examples: 16
  - name: SmoothLabels
    num_bytes: 5602
    num_examples: 16
  download_size: 104590
  dataset_size: 31479
configs:
- config_name: default
  data_files:
  - split: Normal
    path: data/Normal-*
  - split: FocalLoss
    path: data/FocalLoss-*
  - split: ClassBalanced
    path: data/ClassBalanced-*
  - split: Resample
    path: data/Resample-*
  - split: CostSensitive
    path: data/CostSensitive-*
  - split: SmoothLabels
    path: data/SmoothLabels-*
---