Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,19 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
base_model: google/mt5-small
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
7 |
-
- name:
|
8 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -13,7 +21,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# PII_MT5_SMALL
|
15 |
|
16 |
-
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -50,4 +58,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
|
|
|
1 |
---
|
2 |
+
license: cc-by-4.0
|
3 |
base_model: google/mt5-small
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
7 |
+
- name: mt5-small-ai4privacy
|
8 |
results: []
|
9 |
+
datasets:
|
10 |
+
- ai4privacy/pii-masking-65k
|
11 |
+
language:
|
12 |
+
- en
|
13 |
+
- fr
|
14 |
+
- de
|
15 |
+
- it
|
16 |
+
pipeline_tag: text2text-generation
|
17 |
---
|
18 |
|
19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
21 |
|
22 |
# PII_MT5_SMALL
|
23 |
|
24 |
+
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on [ai4privacy/pii-masking-65k](https://huggingface.co/datasets/ai4privacy/pii-masking-65k) dataset.
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
58 |
- Transformers 4.32.1
|
59 |
- Pytorch 2.0.1
|
60 |
- Datasets 2.14.4
|
61 |
+
- Tokenizers 0.13.3
|