ArcherH commited on
Commit
4d4ede6
·
verified ·
1 Parent(s): 3ff7c83

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - qingy2024/Natural-Text-ShareGPT
5
+ language:
6
+ - en
7
+ base_model:
8
+ - meta-llama/Llama-3.1-8B-Instruct
9
+ ---
10
+
11
+ First attempt at making human-like conversational models via fine-tuning Llama 3.1 8b Instruct – inspired by qingy2024/NaturalLM-7B-Instruct