Yati05 commited on
Commit
693b718
1 Parent(s): c5abce0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -4,6 +4,8 @@ tags:
4
  model-index:
5
  - name: CodeGeneration-CodeT5-base
6
  results: []
 
 
7
  ---
8
 
9
  <!-- This model card has been generated automatically according to the information Keras had access to. You should
@@ -11,7 +13,7 @@ probably proofread and complete it, then remove this comment. -->
11
 
12
  # CodeGeneration-CodeT5-base
13
 
14
- This model was trained from the pretrained CodeT5-base model on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
  - ngram match: 0.014948515566713798
17
  - weighted ngram match: 0.017803898905793227
@@ -33,7 +35,7 @@ Limited to simple queries.
33
 
34
  ## Training and evaluation data
35
 
36
- More information needed
37
 
38
  ## Training procedure
39
 
@@ -52,4 +54,4 @@ The following hyperparameters were used during training:
52
  - Transformers 4.29.2
53
  - TensorFlow 2.12.0
54
  - Datasets 2.12.0
55
- - Tokenizers 0.13.3
 
4
  model-index:
5
  - name: CodeGeneration-CodeT5-base
6
  results: []
7
+ datasets:
8
+ - ThoughtFocusAI/Python-CodeGeneration
9
  ---
10
 
11
  <!-- This model card has been generated automatically according to the information Keras had access to. You should
 
13
 
14
  # CodeGeneration-CodeT5-base
15
 
16
+ This model was trained from the pretrained CodeT5-base model on [ThoughtFocusAI/Python-CodeGeneration](https://huggingface.co/datasets/ThoughtFocusAI/Python-CodeGeneration) dataset.
17
  It achieves the following results on the evaluation set:
18
  - ngram match: 0.014948515566713798
19
  - weighted ngram match: 0.017803898905793227
 
35
 
36
  ## Training and evaluation data
37
 
38
+ [ThoughtFocusAI/Python-CodeGeneration](https://huggingface.co/datasets/ThoughtFocusAI/Python-CodeGeneration)
39
 
40
  ## Training procedure
41
 
 
54
  - Transformers 4.29.2
55
  - TensorFlow 2.12.0
56
  - Datasets 2.12.0
57
+ - Tokenizers 0.13.3