Instructions to use gsgoncalves/distilroberta-base-race with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gsgoncalves/distilroberta-base-race with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("gsgoncalves/distilroberta-base-race") model = AutoModelForMultipleChoice.from_pretrained("gsgoncalves/distilroberta-base-race") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (40745fe82c077b96263f894a4050c7278d6d0205)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88a57325c7fd8d6e6b0ee1b31aeff589f0f71d2f17e10637f45c93e6a3e8334d
|
| 3 |
+
size 328493388
|