File size: 1,278 Bytes
c201aa4
 
 
 
 
 
 
 
 
1cd7b22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c201aa4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
- xshubhamx/InLegalBERT
- xshubhamx/legal-bert-base-uncased
---
## Metrics

- loss: 2.6228
- accuracy: 0.0782
- precision: 0.1449
- recall: 0.0782
- precision_macro: 0.0927
- recall_macro: 0.1351
- macro_fpr: 0.3725
- weighted_fpr: 0.4570
- weighted_specificity: 0.9156
- macro_specificity: 0.9329
- weighted_sensitivity: 0.0782
- macro_sensitivity: 0.1351
- f1_micro: 0.0782
- f1_macro: 0.0851
- f1_weighted: 0.0959
- runtime: 22.9054
- samples_per_second: 56.3620
- steps_per_second: 7.0730


# InLegalDIFF-InLegal-legal-merge-ties-d-053-w-050

InLegalDIFF-InLegal-legal-merge-ties-d-053-w-050 is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [xshubhamx/InLegalBERT](https://huggingface.co/xshubhamx/InLegalBERT)
* [xshubhamx/legal-bert-base-uncased](https://huggingface.co/xshubhamx/legal-bert-base-uncased)

## 🧩 Configuration

```yaml
models:
  - model: xshubhamx/InLegalBERT
    parameters:
      density: 0.53
      weight: 0.5
  - model: xshubhamx/legal-bert-base-uncased
    parameters:
      density: 0.53
      weight: 0.5
merge_method: ties
base_model: PoptropicaSahil/InLegalBERT-finetuned
parameters:
  normalize: true
  int8_mask: true
dtype: float16

```