Transformers
TensorBoard
Safetensors
t5
text2text-generation
Trained with AutoTrain
Seq2Seq
Rising World
Java
JavaAPI
text-generation-inference
Instructions to use Andzej-75/flan-t5-RisingWorld-code with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Andzej-75/flan-t5-RisingWorld-code with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Andzej-75/flan-t5-RisingWorld-code") model = AutoModelForSeq2SeqLM.from_pretrained("Andzej-75/flan-t5-RisingWorld-code") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -31,7 +31,10 @@ language:
|
|
| 31 |
|
| 32 |
# Model Trained Using AutoTrain
|
| 33 |
|
| 34 |
-
-
|
|
|
|
|
|
|
|
|
|
| 35 |
|
| 36 |
## Validation Metrics
|
| 37 |
* loss: 0.3849843144416809
|
|
@@ -42,5 +45,4 @@ language:
|
|
| 42 |
* gen_len: 18.9849
|
| 43 |
* runtime: 660.9921
|
| 44 |
* samples_per_second: 0.401
|
| 45 |
-
* steps_per_second: 0.101
|
| 46 |
-
*
|
|
|
|
| 31 |
|
| 32 |
# Model Trained Using AutoTrain
|
| 33 |
|
| 34 |
+
- Task: Other Text Task => Sequence To Sequence (Seq2Seq)
|
| 35 |
+
- Mixed precision: bf16
|
| 36 |
+
- PEFT/LoRA: false
|
| 37 |
+
- Quantization: int4
|
| 38 |
|
| 39 |
## Validation Metrics
|
| 40 |
* loss: 0.3849843144416809
|
|
|
|
| 45 |
* gen_len: 18.9849
|
| 46 |
* runtime: 660.9921
|
| 47 |
* samples_per_second: 0.401
|
| 48 |
+
* steps_per_second: 0.101
|
|
|