Training in progress epoch 0
Browse files- README.md +53 -0
- config.json +1 -1
- generation_config.json +7 -0
- tf_model.h5 +3 -0
- tokenizer.json +4 -2
README.md
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: csebuetnlp/banglat5
|
3 |
+
tags:
|
4 |
+
- generated_from_keras_callback
|
5 |
+
model-index:
|
6 |
+
- name: Ayon128/t5_model
|
7 |
+
results: []
|
8 |
+
---
|
9 |
+
|
10 |
+
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
11 |
+
probably proofread and complete it, then remove this comment. -->
|
12 |
+
|
13 |
+
# Ayon128/t5_model
|
14 |
+
|
15 |
+
This model is a fine-tuned version of [csebuetnlp/banglat5](https://huggingface.co/csebuetnlp/banglat5) on an unknown dataset.
|
16 |
+
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 3.7751
|
18 |
+
- Validation Loss: 1.0018
|
19 |
+
- Epoch: 0
|
20 |
+
|
21 |
+
## Model description
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Intended uses & limitations
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training and evaluation data
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training procedure
|
34 |
+
|
35 |
+
### Training hyperparameters
|
36 |
+
|
37 |
+
The following hyperparameters were used during training:
|
38 |
+
- optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 5e-05, 'decay_steps': 15000, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weight_decay_rate': 0.01}
|
39 |
+
- training_precision: mixed_float16
|
40 |
+
|
41 |
+
### Training results
|
42 |
+
|
43 |
+
| Train Loss | Validation Loss | Epoch |
|
44 |
+
|:----------:|:---------------:|:-----:|
|
45 |
+
| 3.7751 | 1.0018 | 0 |
|
46 |
+
|
47 |
+
|
48 |
+
### Framework versions
|
49 |
+
|
50 |
+
- Transformers 4.35.2
|
51 |
+
- TensorFlow 2.14.0
|
52 |
+
- Datasets 2.15.0
|
53 |
+
- Tokenizers 0.15.0
|
config.json
CHANGED
@@ -27,7 +27,7 @@
|
|
27 |
"relative_attention_num_buckets": 32,
|
28 |
"tie_word_embeddings": false,
|
29 |
"torch_dtype": "float32",
|
30 |
-
"transformers_version": "4.35.
|
31 |
"use_cache": true,
|
32 |
"vocab_size": 32128
|
33 |
}
|
|
|
27 |
"relative_attention_num_buckets": 32,
|
28 |
"tie_word_embeddings": false,
|
29 |
"torch_dtype": "float32",
|
30 |
+
"transformers_version": "4.35.2",
|
31 |
"use_cache": true,
|
32 |
"vocab_size": 32128
|
33 |
}
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"decoder_start_token_id": 0,
|
4 |
+
"eos_token_id": 1,
|
5 |
+
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.35.2"
|
7 |
+
}
|
tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:504036ebe07f12e3b28d4d7efd7947c23d603a5aee8f1aeebc6ae60b267c0c85
|
3 |
+
size 1188285040
|
tokenizer.json
CHANGED
@@ -955,7 +955,8 @@
|
|
955 |
"pre_tokenizer": {
|
956 |
"type": "Metaspace",
|
957 |
"replacement": "▁",
|
958 |
-
"add_prefix_space": true
|
|
|
959 |
},
|
960 |
"post_processor": {
|
961 |
"type": "TemplateProcessing",
|
@@ -1014,7 +1015,8 @@
|
|
1014 |
"decoder": {
|
1015 |
"type": "Metaspace",
|
1016 |
"replacement": "▁",
|
1017 |
-
"add_prefix_space": true
|
|
|
1018 |
},
|
1019 |
"model": {
|
1020 |
"type": "Unigram",
|
|
|
955 |
"pre_tokenizer": {
|
956 |
"type": "Metaspace",
|
957 |
"replacement": "▁",
|
958 |
+
"add_prefix_space": true,
|
959 |
+
"prepend_scheme": "always"
|
960 |
},
|
961 |
"post_processor": {
|
962 |
"type": "TemplateProcessing",
|
|
|
1015 |
"decoder": {
|
1016 |
"type": "Metaspace",
|
1017 |
"replacement": "▁",
|
1018 |
+
"add_prefix_space": true,
|
1019 |
+
"prepend_scheme": "always"
|
1020 |
},
|
1021 |
"model": {
|
1022 |
"type": "Unigram",
|