Instructions to use oussamachaouki/LLMParser_Flan with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use oussamachaouki/LLMParser_Flan with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("oussamachaouki/LLMParser_Flan") model = AutoModelForSeq2SeqLM.from_pretrained("oussamachaouki/LLMParser_Flan") - Notebooks
- Google Colab
- Kaggle
Upload T5ForConditionalGeneration
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 990345064
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d163aa1742f5ff80b94ede7a1071d605790445a55dfa7b9105873726a8e588d6
|
| 3 |
size 990345064
|