File size: 1,138 Bytes
17d5810 45ee9c5 17d5810 |
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 |
---
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
- xshubhamx/legal-bert-base-uncased
- xshubhamx/InLegalBERT
---
## Metrics
- loss: 3.3568
- accuracy: 0.1681
- precision: 0.1690
- recall: 0.1681
- precision_macro: 0.0609
- recall_macro: 0.0684
- macro_fpr: 0.1313
- weighted_fpr: 0.2612
- weighted_specificity: 0.8641
- macro_specificity: 0.9355
- weighted_sensitivity: 0.1681
- macro_sensitivity: 0.0684
- f1_micro: 0.1681
- f1_macro: 0.0473
- f1_weighted: 0.1340
- runtime: 51.7340
- samples_per_second: 24.9550
- steps_per_second: 3.1310
# legal-InLegal-merge-passthrough
legal-InLegal-merge-passthrough is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [xshubhamx/legal-bert-base-uncased](https://huggingface.co/xshubhamx/legal-bert-base-uncased)
* [xshubhamx/InLegalBERT](https://huggingface.co/xshubhamx/InLegalBERT)
## 🧩 Configuration
```yaml
slices:
- sources:
- model: xshubhamx/legal-bert-base-uncased
layer_range: [0, 11]
- sources:
- model: xshubhamx/InLegalBERT
layer_range: [0, 11]
merge_method: passthrough
dtype: bfloat16
``` |