recursionaut
commited on
Commit
•
60ef9d5
1
Parent(s):
2f82475
Update README.md (#14)
Browse files- Update README.md (8daff42fea9b26b380ca7df5c5fd07a68f743654)
README.md
CHANGED
@@ -96,9 +96,6 @@ def test_model_predict(huggingface_model, C, return_channelwise_embeddings):
|
|
96 |
```
|
97 |
We also provide a [notebook](https://huggingface.co/recursionpharma/OpenPhenom/blob/main/RxRx3-core_inference.ipynb) for running inference on [RxRx3-core](https://huggingface.co/datasets/recursionpharma/rxrx3-core).
|
98 |
|
99 |
-
**Note: Currently, the model cannot be loaded via the `AutoModel` available in HuggingFace transformers library**
|
100 |
-
|
101 |
-
|
102 |
## Training, evaluation and testing details
|
103 |
|
104 |
See paper linked above for details on model training and evaluation. Primary hyperparameters are included in the repo linked above.
|
|
|
96 |
```
|
97 |
We also provide a [notebook](https://huggingface.co/recursionpharma/OpenPhenom/blob/main/RxRx3-core_inference.ipynb) for running inference on [RxRx3-core](https://huggingface.co/datasets/recursionpharma/rxrx3-core).
|
98 |
|
|
|
|
|
|
|
99 |
## Training, evaluation and testing details
|
100 |
|
101 |
See paper linked above for details on model training and evaluation. Primary hyperparameters are included in the repo linked above.
|