bithsamanta commited on
Commit
2b0e39b
·
verified ·
1 Parent(s): 82214af

Model save

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -1,9 +1,9 @@
1
  ---
2
- base_model: codellama/CodeLlama-7b-hf
3
  datasets:
4
  - generator
5
  library_name: peft
6
- license: llama2
7
  tags:
8
  - trl
9
  - sft
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # code-llama-7b-text-to-sql
20
 
21
- This model is a fine-tuned version of [codellama/CodeLlama-7b-hf](https://huggingface.co/codellama/CodeLlama-7b-hf) on the generator dataset.
22
 
23
  ## Model description
24
 
@@ -48,10 +48,14 @@ The following hyperparameters were used during training:
48
  - lr_scheduler_warmup_ratio: 0.03
49
  - num_epochs: 3
50
 
 
 
 
 
51
  ### Framework versions
52
 
53
  - PEFT 0.7.1
54
  - Transformers 4.36.2
55
- - Pytorch 2.2.2
56
- - Datasets 2.20.0
57
  - Tokenizers 0.15.2
 
1
  ---
2
+ base_model: TinyLlama/TinyLlama_v1.1
3
  datasets:
4
  - generator
5
  library_name: peft
6
+ license: apache-2.0
7
  tags:
8
  - trl
9
  - sft
 
18
 
19
  # code-llama-7b-text-to-sql
20
 
21
+ This model is a fine-tuned version of [TinyLlama/TinyLlama_v1.1](https://huggingface.co/TinyLlama/TinyLlama_v1.1) on the generator dataset.
22
 
23
  ## Model description
24
 
 
48
  - lr_scheduler_warmup_ratio: 0.03
49
  - num_epochs: 3
50
 
51
+ ### Training results
52
+
53
+
54
+
55
  ### Framework versions
56
 
57
  - PEFT 0.7.1
58
  - Transformers 4.36.2
59
+ - Pytorch 2.3.1+cu121
60
+ - Datasets 2.16.1
61
  - Tokenizers 0.15.2