Instructions to use nvidia/Lyra-2.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Lyra-2.0
How to use nvidia/Lyra-2.0 with Lyra-2.0:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Upload config.json
Browse files- config.json +6 -0
config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"input_types": [
|
| 3 |
+
"Lyra-2.0"
|
| 4 |
+
],
|
| 5 |
+
"model_size": "14B"
|
| 6 |
+
}
|