Update README.md
Browse files
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
|
65 |
|
66 |
-
## Model Sources
|
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
|
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 |
|