File size: 301 Bytes
31bce3e a154283 |
1 2 3 4 5 6 7 8 9 10 |
---
license: apache-2.0
---
Model for internal fast test on inf2, do not use in other scenarios.
To build the model:
```bash
optimum-cli export neuron --model hf-internal-testing/tiny-random-t5 --task text2text-generation --batch_size 1 --sequence_length 18 --num_beams 4 tiny_random_t5_neuronx/
``` |