enoriega commited on
Commit
421264a
1 Parent(s): 46e7db6

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -3,10 +3,23 @@ license: mit
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
- - keyword_pubmed_dataset
 
 
7
  model-index:
8
  - name: kw_pubmed_vanilla_sentence_10000_0.0003_2
9
- results: []
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -14,7 +27,10 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # kw_pubmed_vanilla_sentence_10000_0.0003_2
16
 
17
- This model is a fine-tuned version of [microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext](https://huggingface.co/microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext) on the keyword_pubmed_dataset dataset.
 
 
 
18
 
19
  ## Model description
20
 
 
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
+ - enoriega/keyword_pubmed
7
+ metrics:
8
+ - accuracy
9
  model-index:
10
  - name: kw_pubmed_vanilla_sentence_10000_0.0003_2
11
+ results:
12
+ - task:
13
+ name: Masked Language Modeling
14
+ type: fill-mask
15
+ dataset:
16
+ name: enoriega/keyword_pubmed sentence
17
+ type: enoriega/keyword_pubmed
18
+ args: sentence
19
+ metrics:
20
+ - name: Accuracy
21
+ type: accuracy
22
+ value: 0.6767448105720579
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
27
 
28
  # kw_pubmed_vanilla_sentence_10000_0.0003_2
29
 
30
+ This model is a fine-tuned version of [microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext](https://huggingface.co/microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext) on the enoriega/keyword_pubmed sentence dataset.
31
+ It achieves the following results on the evaluation set:
32
+ - Loss: 1.5883
33
+ - Accuracy: 0.6767
34
 
35
  ## Model description
36