Isotonic commited on
Commit
977da7a
1 Parent(s): 723e100

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -4
README.md CHANGED
@@ -4,16 +4,22 @@ base_model: google/flan-t5-small
4
  tags:
5
  - generated_from_trainer
6
  model-index:
7
- - name: PII_T5_SMALL
8
  results: []
 
 
 
 
 
9
  ---
10
 
11
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
  should probably proofread and complete it, then remove this comment. -->
13
 
14
- # PII_T5_SMALL
 
 
15
 
16
- This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on the None dataset.
17
 
18
  ## Model description
19
 
@@ -50,4 +56,4 @@ The following hyperparameters were used during training:
50
  - Transformers 4.32.1
51
  - Pytorch 2.0.1
52
  - Datasets 2.14.4
53
- - Tokenizers 0.13.3
 
4
  tags:
5
  - generated_from_trainer
6
  model-index:
7
+ - name: t5-small-ai4privacy
8
  results: []
9
+ datasets:
10
+ - ai4privacy/pii-masking-65k
11
+ language:
12
+ - en
13
+ pipeline_tag: text2text-generation
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
  should probably proofread and complete it, then remove this comment. -->
18
 
19
+ # t5-small-ai4privacy
20
+
21
+ This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on the english only part of [ai4privacy/pii-masking-65k](https://huggingface.co/datasets/ai4privacy/pii-masking-65k) dataset.
22
 
 
23
 
24
  ## Model description
25
 
 
56
  - Transformers 4.32.1
57
  - Pytorch 2.0.1
58
  - Datasets 2.14.4
59
+ - Tokenizers 0.13.3