Safetensors
llama
File size: 681 Bytes
7236418
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
license: apache-2.0
datasets:
- b-mc2/sql-create-context
base_model:
- TinyLlama/TinyLlama-1.1B-Chat-v1.0
---
This is a fine-tuned version of TinyLlama/TinyLlama-1.1B-Chat-v1.0
using the b-mc2/sql-create-context dataset.

This is part of an AWS workshop:
https://github.com/aws-neuron/neuron-workshops

You can see the process and code used to fine tune it here:
https://github.com/aws-neuron/neuron-workshops/blob/main/labs/FineTuning/HuggingFaceExample/01_finetuning/Finetune-TinyLlama-1.1B.ipynb

Code to deploy it on SageMaker is here:
https://github.com/aws-neuron/neuron-workshops/blob/main/labs/FineTuning/HuggingFaceExample/02_inference/Inference-TinyLlama-1.1B.ipynb