Upload metadata.json with huggingface_hub
Browse files- metadata.json +19 -0
metadata.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"general.name": "Neutrino",
|
| 3 |
+
"general.author": "Fardeen NB",
|
| 4 |
+
"general.description": "Neutrino is an instruction-tuned large language model (LLM) developed by Fardeen NB, designed specifically for conversational AI and following complex user instructions. The model is fine-tuned to understand and execute multi-step tasks through natural language prompts while maintaining coherent, contextual dialogue across multiple conversation turns.",
|
| 5 |
+
"general.version": "2.0",
|
| 6 |
+
"general.languages": [
|
| 7 |
+
"en"
|
| 8 |
+
],
|
| 9 |
+
"general.license": "apache-2.0",
|
| 10 |
+
"general.url": "https://huggingface.co/neuralcrew",
|
| 11 |
+
"general.base_model": "Neutrino",
|
| 12 |
+
"general.finetune": "chat",
|
| 13 |
+
"general.tags": [
|
| 14 |
+
"conversational",
|
| 15 |
+
"instruction-following",
|
| 16 |
+
"chat"
|
| 17 |
+
],
|
| 18 |
+
"general.task": "text-generation"
|
| 19 |
+
}
|