UltraWolf commited on
Commit
877609a
·
verified ·
1 Parent(s): ca7ba9e

Create README.md

Browse files

Custom model multi model hb translation

Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - Congliu/Chinese-DeepSeek-R1-Distill-data-110k
4
+ - Congliu/Chinese-DeepSeek-R1-Distill-data-110k-SFT
5
+ - apollo-research/monology-pile-uncopyrighted-tokenizer-EleutherAI-gpt-neox-20b
6
+ - facebook/natural_reasoning
7
+ - open-thoughts/OpenThoughts-114k
8
+ - fka/awesome-chatgpt-prompts
9
+ - Multilingual-Multimodal-NLP/McEval-Instruct
10
+ language:
11
+ - en
12
+ - es
13
+ - fr
14
+ - de
15
+ - ja
16
+ metrics:
17
+ - accuracy
18
+ - bertscore
19
+ - brier_score
20
+ - character
21
+ base_model:
22
+ - deepseek-ai/DeepSeek-R1
23
+ - EleutherAI/gpt-neox-20b
24
+ - DavidAU/DeepThought-MOE-8X3B-R1-Llama-3.2-Reasoning-18B-gguf
25
+ library_name: adapter-transformers
26
+ tags:
27
+ - AI Orchestration, text2text Generation text
28
+ - text-generation-inference
29
+ ---