hugsom commited on
Commit
cc1c5fe
·
1 Parent(s): fffa8c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -13
README.md CHANGED
@@ -1,11 +1,13 @@
1
  ---
2
- license: mit
3
  base_model: gpt2
4
  tags:
5
  - generated_from_trainer
6
  model-index:
7
  - name: prompt-extend
8
  results: []
 
 
 
9
  ---
10
 
11
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -19,17 +21,11 @@ It achieves the following results on the evaluation set:
19
 
20
  ## Model description
21
 
22
- More information needed
23
-
24
- ## Intended uses & limitations
25
-
26
- More information needed
27
-
28
- ## Training and evaluation data
29
-
30
- More information needed
31
-
32
- ## Training procedure
33
 
34
  ### Training hyperparameters
35
 
@@ -57,4 +53,4 @@ The following hyperparameters were used during training:
57
  - Transformers 4.34.0
58
  - Pytorch 2.0.1+cu118
59
  - Datasets 2.14.5
60
- - Tokenizers 0.14.1
 
1
  ---
 
2
  base_model: gpt2
3
  tags:
4
  - generated_from_trainer
5
  model-index:
6
  - name: prompt-extend
7
  results: []
8
+ datasets:
9
+ - hugsom/ecopromptdetails
10
+ pipeline_tag: text-generation
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
21
 
22
  ## Model description
23
 
24
+ Text generation model for generating suitable style cues given the main idea for a prompt.It is performing tasks to fine-tune a GPT-2 language model for text generation using a custom dataset.
25
+ Dataset is collected and trained by students of College of Engineering Guindy.
26
+ - Athiraj V S
27
+ - Siva Vignesh S
28
+ - Someshwar J
 
 
 
 
 
 
29
 
30
  ### Training hyperparameters
31
 
 
53
  - Transformers 4.34.0
54
  - Pytorch 2.0.1+cu118
55
  - Datasets 2.14.5
56
+ - Tokenizers 0.14.1