Homebax commited on
Commit
fdf573a
·
verified ·
1 Parent(s): c4998a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -3
README.md CHANGED
@@ -1,3 +1,25 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - nvidia/OpenCodeReasoning
5
+ - nvidia/Llama-Nemotron-Post-Training-Dataset
6
+ - PJMixers-Dev/nvidia_Llama-Nemotron-Post-Training-Dataset-v1-partial-code
7
+ - facebook/natural_reasoning
8
+ language:
9
+ - cs
10
+ - sk
11
+ - pl
12
+ metrics:
13
+ - charcut_mt
14
+ - bertscore
15
+ - accuracy
16
+ - bleu
17
+ base_model:
18
+ - deepseek-ai/DeepSeek-V3-0324
19
+ - meta-llama/Llama-4-Scout-17B-16E-Instruct
20
+ - microsoft/bitnet-b1.58-2B-4T
21
+ - Qwen/Qwen2.5-Omni-7B
22
+ new_version: meta-llama/Llama-4-Scout-17B-16E-Instruct
23
+ pipeline_tag: any-to-any
24
+ library_name: allennlp
25
+ ---