Add link to Neuron-optimized version
Browse files🤖 Neuron Export Bot: Adding link to Neuron-optimized version.
A Neuron-optimized version of this model has been created at [None](https://huggingface.co/None).
The optimized version provides improved performance on AWS Inferentia/Trainium instances with pre-compiled artifacts.
Generated by: [badaoui](https://huggingface.co/badaoui)
Generated using: [Optimum Neuron Compiler Space](https://huggingface.co/spaces/optimum/neuron-export)
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
base_model: google/electra-small-discriminator
|
|
|
1 |
+
|
2 |
+
## 🚀 AWS Neuron Optimized Version Available
|
3 |
+
|
4 |
+
A Neuron-optimized version of this model is available for improved performance on AWS Inferentia/Trainium instances:
|
5 |
+
|
6 |
+
**[None](https://huggingface.co/None)**
|
7 |
+
|
8 |
+
The Neuron-optimized version provides:
|
9 |
+
- Pre-compiled artifacts for faster loading
|
10 |
+
- Optimized performance on AWS Neuron devices
|
11 |
+
- Same model capabilities with improved inference speed
|
12 |
+
|
13 |
+
```python
|
14 |
+
# Use the Neuron-optimized version
|
15 |
+
from optimum.neuron import NeuronModelForAuto
|
16 |
+
model = NeuronModelForAuto.from_pretrained("None")
|
17 |
+
```
|
18 |
+
|
19 |
+
---
|
20 |
+
|
21 |
---
|
22 |
license: apache-2.0
|
23 |
base_model: google/electra-small-discriminator
|