Conrad747 commited on
Commit
998864f
1 Parent(s): 5d6fd7b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -13
README.md CHANGED
@@ -1,15 +1,54 @@
1
  ---
2
- description:
3
- - Sample lg-en model
4
- language:
5
- - lg
6
- - en
7
  tags:
8
- - translation
9
- license: apache-2.0
10
- datasets:
11
- - wmt19
12
- metrics:
13
- - bleu
14
- - sacrebleu
15
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
 
 
 
 
2
  tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: lg-en
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # lg-en
13
+
14
+ This model is a fine-tuned version of [AI-Lab-Makerere/lg_en](https://huggingface.co/AI-Lab-Makerere/lg_en) on an unknown dataset.
15
+
16
+ ## Model description
17
+
18
+ More information needed
19
+
20
+ ## Intended uses & limitations
21
+
22
+ More information needed
23
+
24
+ ## Training and evaluation data
25
+
26
+ More information needed
27
+
28
+ ## Training procedure
29
+
30
+ ### Training hyperparameters
31
+
32
+ The following hyperparameters were used during training:
33
+ - learning_rate: 2e-05
34
+ - train_batch_size: 2
35
+ - eval_batch_size: 2
36
+ - seed: 42
37
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
38
+ - lr_scheduler_type: linear
39
+ - num_epochs: 1
40
+ - mixed_precision_training: Native AMP
41
+
42
+ ### Training results
43
+
44
+ | Training Loss | Epoch | Step | Validation Loss | Score | Counts | Totals | Precisions | Bp | Sys Len | Ref Len |
45
+ |:-------------:|:-----:|:----:|:---------------:|:-----:|:------------:|:------------:|:----------------------:|:---:|:-------:|:-------:|
46
+ | No log | 1.0 | 3 | 2.3015 | 0.0 | [2, 0, 0, 0] | [2, 0, 0, 0] | [100.0, 0.0, 0.0, 0.0] | 1.0 | 2 | 2 |
47
+
48
+
49
+ ### Framework versions
50
+
51
+ - Transformers 4.18.0
52
+ - Pytorch 1.10.0+cu111
53
+ - Datasets 2.1.0
54
+ - Tokenizers 0.12.1