Instructions to use Colorful/RTA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Colorful/RTA with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Colorful/RTA", device_map="auto")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Colorful/RTA") model = AutoModelForSequenceClassification.from_pretrained("Colorful/RTA", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload rng_state.pth with git-lfs
Browse files- rng_state.pth +3 -0
rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b280e5e7361863f1198eddffaacc5a914f07acd10dc9d4ed782383fb79916b47
|
| 3 |
+
size 14657
|