ggbetz commited on
Commit
fadf077
·
verified ·
1 Parent(s): e1d7970

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -1,3 +1,18 @@
1
  ---
2
  license: llama3.1
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: llama3.1
3
+ datasets:
4
+ - DebateLabKIT/deepa2-conversations
5
+ - DebateLabKIT/deep-argmap-conversations
6
+ - allenai/tulu-3-sft-mixture
7
+ base_model:
8
+ - meta-llama/Llama-3.1-8B-Instruct
9
+ pipeline_tag: text-generation
10
+ library_name: transformers
11
+ tags:
12
+ - logic
13
+ - argumentation
14
+ - critical-thinking
15
+ - argument-mapping
16
+ - trl
17
+ - sft
18
+ ---