prithivMLmods commited on
Commit
bef7fcb
1 Parent(s): ad230e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -3
README.md CHANGED
@@ -1,3 +1,20 @@
1
- ---
2
- license: creativeml-openrail-m
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: creativeml-openrail-m
3
+ datasets:
4
+ - O1-OPEN/OpenO1-SFT
5
+ language:
6
+ - en
7
+ base_model:
8
+ - meta-llama/Llama-3.1-8B-Instruct
9
+ pipeline_tag: text-generation
10
+ library_name: transformers
11
+ tags:
12
+ - Chain-of-Thought Activation
13
+ - Llama3.1
14
+ - 8B
15
+ - CoT
16
+ - SFT
17
+ - text-generation-inference
18
+ - Ollama
19
+ - safetensors
20
+ ---