neuralcrew commited on
Commit
bc2e6bf
·
verified ·
1 Parent(s): a6bb7c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -5
README.md CHANGED
@@ -11,9 +11,18 @@ tags:
11
  - ollama
12
  - local-llm
13
  - Neutrino
14
- base_model:
15
- - neuralcrew/neutrino-instruct
16
  pipeline_tag: text-generation
 
 
 
 
 
 
 
 
 
 
 
17
  ---
18
 
19
  # 🧠 Neutrino-Instruct (7B)
@@ -117,6 +126,4 @@ If you use Neutrino in your research or projects, please cite:
117
  howpublished = {Hugging Face},
118
  url = {https://huggingface.co/neuralcrew/neutrino-instruct}
119
  }
120
- ```
121
-
122
-
 
11
  - ollama
12
  - local-llm
13
  - Neutrino
 
 
14
  pipeline_tag: text-generation
15
+ datasets:
16
+ - HuggingFaceFW/finepdfs
17
+ - fka/awesome-chatgpt-prompts
18
+ metrics:
19
+ - accuracy
20
+ - bertscore
21
+ - bleu
22
+ - bleurt
23
+ - brier_score
24
+ - cer
25
+ library_name: adapter-transformers
26
  ---
27
 
28
  # 🧠 Neutrino-Instruct (7B)
 
126
  howpublished = {Hugging Face},
127
  url = {https://huggingface.co/neuralcrew/neutrino-instruct}
128
  }
129
+ ```