Transformers
Safetensors
English
t5
text2text-generation
Generated from Trainer
code
agentic-ai
instruction-following
withinusai
text-generation-inference
Instructions to use WithinUsAI/flanT5-Python.GOD.Agentic.AI.MoE-7X0.1B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WithinUsAI/flanT5-Python.GOD.Agentic.AI.MoE-7X0.1B with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("WithinUsAI/flanT5-Python.GOD.Agentic.AI.MoE-7X0.1B") model = AutoModelForSeq2SeqLM.from_pretrained("WithinUsAI/flanT5-Python.GOD.Agentic.AI.MoE-7X0.1B") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,6 +17,3 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 17 |
# flanT5-MoE-7X0.1B-PythonGOD-25k-finetuned-GotAgenticAI
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [gss1147/flanT5-MoE-7X0.1B-PythonGOD-25k](https://huggingface.co/gss1147/flanT5-MoE-7X0.1B-PythonGOD-25k) on an WithinUsAI/Got_Agentic_AI_5k dataset.
|
| 20 |
-
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.0155
|
| 22 |
-
|
|
|
|
| 17 |
# flanT5-MoE-7X0.1B-PythonGOD-25k-finetuned-GotAgenticAI
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [gss1147/flanT5-MoE-7X0.1B-PythonGOD-25k](https://huggingface.co/gss1147/flanT5-MoE-7X0.1B-PythonGOD-25k) on an WithinUsAI/Got_Agentic_AI_5k dataset.
|
|
|
|
|
|
|
|
|