Instructions to use OpenScience/Sidekick with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenScience/Sidekick with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("OpenScience/Sidekick", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
5d178bc
1
Parent(s): add8d48
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,9 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: bigscience-bloom-rail-1.0
|
| 3 |
---
|
| 4 |
Sidekick is a collaborative project aimed at testing and extending the capabilities of the Bloom model in code generation inspired by github copilot and AlphaCode sidekick wants to be more responsible because it is open source
|
|
|
|
| 1 |
---
|
| 2 |
+
tags:
|
| 3 |
+
- Bloom
|
| 4 |
+
- NLP
|
| 5 |
+
- Code Generation
|
| 6 |
+
|
| 7 |
license: bigscience-bloom-rail-1.0
|
| 8 |
---
|
| 9 |
Sidekick is a collaborative project aimed at testing and extending the capabilities of the Bloom model in code generation inspired by github copilot and AlphaCode sidekick wants to be more responsible because it is open source
|