Verosha08 commited on
Commit
5fec82f
·
verified ·
1 Parent(s): cb18f53

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -54
README.md DELETED
@@ -1,54 +0,0 @@
1
- ---
2
- license: apache-2.0
3
- base_model: t5-small
4
- tags:
5
- - generated_from_keras_callback
6
- model-index:
7
- - name: MelioAI/machine-translation
8
- results: []
9
- ---
10
-
11
- <!-- This model card has been generated automatically according to the information Keras had access to. You should
12
- probably proofread and complete it, then remove this comment. -->
13
-
14
- # MelioAI/machine-translation
15
-
16
- This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
17
- It achieves the following results on the evaluation set:
18
- - Train Loss: 2.0902
19
- - Validation Loss: 1.8618
20
- - Epoch: 0
21
-
22
- ## Model description
23
-
24
- More information needed
25
-
26
- ## Intended uses & limitations
27
-
28
- More information needed
29
-
30
- ## Training and evaluation data
31
-
32
- More information needed
33
-
34
- ## Training procedure
35
-
36
- ### Training hyperparameters
37
-
38
- The following hyperparameters were used during training:
39
- - optimizer: {'name': 'AdamWeightDecay', 'learning_rate': 2e-05, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False, 'weight_decay_rate': 0.01}
40
- - training_precision: float32
41
-
42
- ### Training results
43
-
44
- | Train Loss | Validation Loss | Epoch |
45
- |:----------:|:---------------:|:-----:|
46
- | 2.0902 | 1.8618 | 0 |
47
-
48
-
49
- ### Framework versions
50
-
51
- - Transformers 4.40.2
52
- - TensorFlow 2.16.1
53
- - Datasets 2.19.1
54
- - Tokenizers 0.19.1