Instructions to use OpenAssistant/oasst-rm-2.1-pythia-1.4b-epoch-2.5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenAssistant/oasst-rm-2.1-pythia-1.4b-epoch-2.5 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("OpenAssistant/oasst-rm-2.1-pythia-1.4b-epoch-2.5", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
9f98469
1
Parent(s): 2ba527a
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
+
- wandb: https://wandb.ai/open-assistant/reward-model/runs/kadgqj65
|
| 5 |
+
- checkpoint: 10k steps
|
| 6 |
+
|
| 7 |
+
Compute was generously provided by [Stability AI](https://stability.ai/)
|