Skip to content

Commit f67c7a5

Browse files
authored
Merge pull request #63 from allenai/sergeyf-patch-1
Enhance README with production model details
2 parents 1ea71bc + 87f0e97 commit f67c7a5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -460,9 +460,9 @@ pred_clusters, pred_distance_matrices = clusterer.predict(anddata.get_blocks(),
460460
## How to use the released production model
461461
We provide trained production models in the S3 bucket along with the datasets:
462462

463-
- **`production_model_v1.2.pickle`** — current production model (used on Semantic Scholar website and API).
464-
- `production_model_v1.1.pickle` — previous production version.
465-
- `production_model_v1.0.pickle` — original version (deprecated).
463+
- **`production_model_v1.2.pickle`** — current production model (used on Semantic Scholar website and API). It expects SPECTER2 [PRX] embeddings for papers. It does not use reference features.
464+
- `production_model_v1.1.pickle` — previous production version. It expects SPECTER1 embeddings for papers. It does not use reference features.
465+
- `production_model_v1.0.pickle` — original version (deprecated). It expects SPECTER1 embeddings for papers. It does use reference features.
466466

467467
To see an example of using it, please see the script `scripts/tutorial_for_predicting_with_the_prod_model.py`. You can also use it on your own data, as long as it is formatted the same way as the S2AND data.
468468

0 commit comments

Comments
 (0)