Jingya HF staff commited on
Commit
a154283
1 Parent(s): e61597e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -1,3 +1,10 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ Model for internal fast test on inf2, do not use in other scenarios.
5
+
6
+ To build the model:
7
+
8
+ ```bash
9
+ 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/
10
+ ```