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