anudaw commited on
Commit
584d2ab
·
1 Parent(s): af79ffb

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -2,7 +2,11 @@
2
  license: apache-2.0
3
  base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
4
  tags:
 
 
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: full_finetuned-code-tinyllama
8
  results: []
@@ -13,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # full_finetuned-code-tinyllama
15
 
16
- This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-Chat-v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) on an unknown dataset.
17
 
18
  ## Model description
19
 
@@ -41,6 +45,10 @@ The following hyperparameters were used during training:
41
  - lr_scheduler_warmup_ratio: 0.03
42
  - num_epochs: 1
43
 
 
 
 
 
44
  ### Framework versions
45
 
46
  - Transformers 4.31.0
 
2
  license: apache-2.0
3
  base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
4
  tags:
5
+ - trl
6
+ - sft
7
  - generated_from_trainer
8
+ datasets:
9
+ - generator
10
  model-index:
11
  - name: full_finetuned-code-tinyllama
12
  results: []
 
17
 
18
  # full_finetuned-code-tinyllama
19
 
20
+ This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-Chat-v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) on the generator dataset.
21
 
22
  ## Model description
23
 
 
45
  - lr_scheduler_warmup_ratio: 0.03
46
  - num_epochs: 1
47
 
48
+ ### Training results
49
+
50
+
51
+
52
  ### Framework versions
53
 
54
  - Transformers 4.31.0