IAJw commited on
Commit
d217913
1 Parent(s): f105220
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -1,4 +1,12 @@
1
  ---
2
  license: bsd
3
  pipeline_tag: text2text-generation
4
- ---
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: bsd
3
  pipeline_tag: text2text-generation
4
+ ---
5
+ Fine-tuning details
6
+ Used scraped data as input, ChatGPT result as output and limited types of instruction to fine-tune flan-t5-small.
7
+ Used declare-lab repo. Refer to https://github.com/declare-lab/flan-alpaca
8
+ Epoch set to 5
9
+ Input token max 512
10
+ Output token max 512
11
+ Trained on Free Google Colab T4
12
+ Training time ~ 2 hours