Adapters
bert
aps6992 commited on
Commit
776a8ad
1 Parent(s): 6dcdc99

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -60,9 +60,9 @@ It builds on the work done in [SciRepEval: A Multi-Format Benchmark for Scientif
60
  - **Shared by :** Allen AI
61
  - **Model type:** bert-base-uncased + adapters
62
  - **License:** Apache 2.0
63
- - **Finetuned from model [optional]:** [allenai/scibert](https://huggingface.co/allenai/scibert_scivocab_uncased).
64
 
65
- ## Model Sources [optional]
66
 
67
  <!-- Provide the basic links for the model. -->
68
 
@@ -110,7 +110,7 @@ output = model(**inputs)
110
  embeddings = output.last_hidden_state[:, 0, :]
111
  ```
112
 
113
- ## Downstream Use [optional]
114
 
115
  <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
116
 
@@ -159,7 +159,6 @@ We also evaluate and establish a new SoTA on [MDCR](https://github.com/zoranmedi
159
  |[SPECTER](https://huggingface.co/allenai/specter)|54.7|57.4|68.0|(30.6, 25.5)|
160
  |[SciNCL](https://huggingface.co/malteos/scincl)|55.6|57.8|69.0|(32.6, 27.3)|
161
  |[SciRepEval-Adapters](https://huggingface.co/models?search=scirepeval)|61.9|59.0|70.9|(35.3, 29.6)|
162
- |[SPECTER 2.0-base](https://huggingface.co/allenai/specter2)|56.3|58.0|69.2|(38.0, 32.4)|
163
  |[SPECTER 2.0-Adapters](https://huggingface.co/models?search=allenai/specter-2)|**62.3**|**59.2**|**71.2**|**(38.4, 33.0)**|
164
 
165
  Please cite the following works if you end up using SPECTER 2.0:
 
60
  - **Shared by :** Allen AI
61
  - **Model type:** bert-base-uncased + adapters
62
  - **License:** Apache 2.0
63
+ - **Finetuned from model:** [allenai/scibert](https://huggingface.co/allenai/scibert_scivocab_uncased).
64
 
65
+ ## Model Sources
66
 
67
  <!-- Provide the basic links for the model. -->
68
 
 
110
  embeddings = output.last_hidden_state[:, 0, :]
111
  ```
112
 
113
+ ## Downstream Use
114
 
115
  <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
116
 
 
159
  |[SPECTER](https://huggingface.co/allenai/specter)|54.7|57.4|68.0|(30.6, 25.5)|
160
  |[SciNCL](https://huggingface.co/malteos/scincl)|55.6|57.8|69.0|(32.6, 27.3)|
161
  |[SciRepEval-Adapters](https://huggingface.co/models?search=scirepeval)|61.9|59.0|70.9|(35.3, 29.6)|
 
162
  |[SPECTER 2.0-Adapters](https://huggingface.co/models?search=allenai/specter-2)|**62.3**|**59.2**|**71.2**|**(38.4, 33.0)**|
163
 
164
  Please cite the following works if you end up using SPECTER 2.0: