aps6992 commited on
Commit
6325ee7
·
1 Parent(s): 724dc4a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -61,9 +61,9 @@ It builds on the work done in [SciRepEval: A Multi-Format Benchmark for Scientif
61
  - **Shared by :** Allen AI
62
  - **Model type:** bert-base-uncased + adapters
63
  - **License:** Apache 2.0
64
- - **Finetuned from model [optional]:** [allenai/scibert](https://huggingface.co/allenai/scibert_scivocab_uncased).
65
 
66
- ## Model Sources [optional]
67
 
68
  <!-- Provide the basic links for the model. -->
69
 
@@ -111,7 +111,7 @@ output = model(**inputs)
111
  embeddings = output.last_hidden_state[:, 0, :]
112
  ```
113
 
114
- ## Downstream Use [optional]
115
 
116
  <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
117
 
 
61
  - **Shared by :** Allen AI
62
  - **Model type:** bert-base-uncased + adapters
63
  - **License:** Apache 2.0
64
+ - **Finetuned from model:** [allenai/scibert](https://huggingface.co/allenai/scibert_scivocab_uncased).
65
 
66
+ ## Model Sources
67
 
68
  <!-- Provide the basic links for the model. -->
69
 
 
111
  embeddings = output.last_hidden_state[:, 0, :]
112
  ```
113
 
114
+ ## Downstream Use
115
 
116
  <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
117