pritamdeka commited on
Commit
44683bb
1 Parent(s): 8f0d597

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -4,16 +4,16 @@ tags:
4
  metrics:
5
  - accuracy
6
  model-index:
7
- - name: best_model
8
  results: []
9
  ---
10
 
11
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
  should probably proofread and complete it, then remove this comment. -->
13
 
14
- # best_model
15
 
16
- This model is a fine-tuned version of [/content/drive/MyDrive/fine_tuned_models/pubmedbert_mnli_v3](https://huggingface.co//content/drive/MyDrive/fine_tuned_models/pubmedbert_mnli_v3) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
  - Loss: 0.9501
19
  - Accuracy: 0.8667
 
4
  metrics:
5
  - accuracy
6
  model-index:
7
+ - name: pritamdeka/PubMedBERT-MNLI-MEDNLI
8
  results: []
9
  ---
10
 
11
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
  should probably proofread and complete it, then remove this comment. -->
13
 
14
+ # pritamdeka/PubMedBERT-MNLI-MEDNLI
15
 
16
+ This model is a fine-tuned version of [PubMedBERT](https://huggingface.co/microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext) on the [MNLI](https://huggingface.co/datasets/multi_nli) dataset first and then on the [MedNLI](https://physionet.org/content/mednli/1.0.0/) dataset.
17
  It achieves the following results on the evaluation set:
18
  - Loss: 0.9501
19
  - Accuracy: 0.8667