Text Generation
Adapters
code
Not-For-All-Audiences
text-generation-inference
Dulcinee commited on
Commit
42f597b
·
verified ·
1 Parent(s): ad115ed

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - HumanLLMs/Human-Like-DPO-Dataset
5
+ metrics:
6
+ - accuracy
7
+ base_model:
8
+ - deepseek-ai/DeepSeek-R1
9
+ new_version: deepseek-ai/DeepSeek-R1
10
+ pipeline_tag: text-generation
11
+ library_name: adapter-transformers
12
+ tags:
13
+ - code
14
+ - not-for-all-audiences
15
+ - text-generation-inference
16
+ ---