Transformers
rhythm-game
generative-ai
open-source
encoders
bert-model
you-gotta-do-what
you-gotta-believe
Instructions to use sedthh/BeatLearning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sedthh/BeatLearning with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("sedthh/BeatLearning", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Updated README.md
Browse files- added basic information
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- rhythm-game
|
| 5 |
+
- generative-ai
|
| 6 |
+
- open-source
|
| 7 |
+
- transformers
|
| 8 |
+
- encoders
|
| 9 |
+
- bert-model
|
| 10 |
+
- you-gotta-do-what
|
| 11 |
+
- you-gotta-believe
|
| 12 |
---
|
| 13 |
+
|
| 14 |
+
Models for https://github.com/sedthh/BeatLearning
|