XeroCodes commited on
Commit
6d6a4be
1 Parent(s): 7221572

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # Xenith-3B
2
  Xenith-3B is a fine-tuned language model based on the microsoft/Phi-3-mini-4k-instruct model. It has been specifically trained on the AlignmentLab-AI/alpaca-cot-collection dataset, which focuses on chain-of-thought reasoning and instruction following.
3
 
 
1
+ ---
2
+ base_model: unsloth/gemma-1.1-2b-it-bnb-4bit
3
+ datasets:
4
+ - ssbuild/alpaca_flan-muffin
5
+ language:
6
+ - en
7
+ library_name: peft
8
+ license: apache-2.0
9
+ pipeline_tag: text-generation
10
+ ---
11
+
12
  # Xenith-3B
13
  Xenith-3B is a fine-tuned language model based on the microsoft/Phi-3-mini-4k-instruct model. It has been specifically trained on the AlignmentLab-AI/alpaca-cot-collection dataset, which focuses on chain-of-thought reasoning and instruction following.
14