Instructions to use CrisisNarratives/adapter-9classes-single_label with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CrisisNarratives/adapter-9classes-single_label with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("CrisisNarratives/adapter-9classes-single_label") model = AutoModelForSeq2SeqLM.from_pretrained("CrisisNarratives/adapter-9classes-single_label") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:121df3f16493e8c2fe031ab3dd6b097f0b173a18c6c50f416f2ff839b227cf00
|
| 3 |
+
size 898817408
|