Instructions to use CounterNarratives/flan-t5-base_english_premises_no-strategy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CounterNarratives/flan-t5-base_english_premises_no-strategy with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("CounterNarratives/flan-t5-base_english_premises_no-strategy") model = AutoModelForSeq2SeqLM.from_pretrained("CounterNarratives/flan-t5-base_english_premises_no-strategy", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload 3 files
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 990173032
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e7de8e21297de7e14ab4c601c12ec692bf4a0c7d3e3ec2b51ceb58f4e5244a2
|
| 3 |
size 990173032
|