Instructions to use Canstralian/RabbitRedux with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Canstralian/RabbitRedux with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Canstralian/RabbitRedux", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update data/raw_train.txt
Browse files- data/raw_train.txt +4 -0
data/raw_train.txt
CHANGED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Raw Training Data
|
| 2 |
+
This is an example of raw training data.
|
| 3 |
+
More raw data entries can follow.
|
| 4 |
+
Keep everything as it is, no processing done yet.
|