--- license: apache-2.0 tags: - merge - mergekit - lazymergekit - xshubhamx/InLegalBERT - xshubhamx/legal-bert-base-uncased --- ## Metrics - loss: 0.9459 - accuracy: 0.8373 - precision: 0.8366 - recall: 0.8373 - precision_macro: 0.8131 - recall_macro: 0.7904 - macro_fpr: 0.0143 - weighted_fpr: 0.0137 - weighted_specificity: 0.9782 - macro_specificity: 0.9877 - weighted_sensitivity: 0.8373 - macro_sensitivity: 0.7904 - f1_micro: 0.8373 - f1_macro: 0.7979 - f1_weighted: 0.8357 - runtime: 22.0340 - samples_per_second: 58.5910 - steps_per_second: 7.3520 # InLegal-legal-merge-ties-d-053-w-100 InLegal-legal-merge-ties-d-053-w-100 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: 1 - model: xshubhamx/legal-bert-base-uncased parameters: density: 0.53 weight: 1 merge_method: ties base_model: xshubhamx/InLegalBERT parameters: normalize: false int8_mask: true dtype: float16 ```