Safetensors
llama
jburtoft commited on
Commit
7236418
·
verified ·
1 Parent(s): a48f394

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -1,3 +1,19 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - b-mc2/sql-create-context
5
+ base_model:
6
+ - TinyLlama/TinyLlama-1.1B-Chat-v1.0
7
+ ---
8
+ This is a fine-tuned version of TinyLlama/TinyLlama-1.1B-Chat-v1.0
9
+ using the b-mc2/sql-create-context dataset.
10
+
11
+ This is part of an AWS workshop:
12
+ https://github.com/aws-neuron/neuron-workshops
13
+
14
+ You can see the process and code used to fine tune it here:
15
+ https://github.com/aws-neuron/neuron-workshops/blob/main/labs/FineTuning/HuggingFaceExample/01_finetuning/Finetune-TinyLlama-1.1B.ipynb
16
+
17
+ Code to deploy it on SageMaker is here:
18
+ https://github.com/aws-neuron/neuron-workshops/blob/main/labs/FineTuning/HuggingFaceExample/02_inference/Inference-TinyLlama-1.1B.ipynb
19
+