Instructions to use Mxode/NanoExperiment-Models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mxode/NanoExperiment-Models with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "translation" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("translation", model="Mxode/NanoExperiment-Models")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Mxode/NanoExperiment-Models", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -287,7 +287,7 @@ library_name: transformers
|
|
| 287 |
<th>1024</th>
|
| 288 |
</tr>
|
| 289 |
<tr>
|
| 290 |
-
<td rowspan="4">Peak Mem (MB)</td>
|
| 291 |
<td>adamw_torch</td>
|
| 292 |
<td>601</td>
|
| 293 |
<td>605</td>
|
|
|
|
| 287 |
<th>1024</th>
|
| 288 |
</tr>
|
| 289 |
<tr>
|
| 290 |
+
<td rowspan="4" style="vertical-align: middle;">Peak Mem (MB)</td>
|
| 291 |
<td>adamw_torch</td>
|
| 292 |
<td>601</td>
|
| 293 |
<td>605</td>
|