oza75 commited on
Commit
31600ab
1 Parent(s): 2d2e8c2

oza75/nllb-600M-mt-french-bambara

Browse files
Files changed (2) hide show
  1. README.md +52 -14
  2. generation_config.json +9 -0
README.md CHANGED
@@ -1,15 +1,53 @@
1
  ---
2
- datasets:
3
- - oza75/mt-fr-bm-texts
4
- language:
5
- - bm
6
- - fr
7
- metrics:
8
- - sacrebleu
9
- pipeline_tag: translation
10
- inference:
11
- parameters:
12
- max_length: 512
13
- src_lang: fra_Latn
14
- tgt_lang: bam_Latn
15
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-nc-4.0
3
+ base_model: facebook/nllb-200-distilled-600M
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: nllb-600M-mt-french-bambara
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
+ # nllb-600M-mt-french-bambara
15
+
16
+ This model is a fine-tuned version of [facebook/nllb-200-distilled-600M](https://huggingface.co/facebook/nllb-200-distilled-600M) on an unknown dataset.
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 2e-05
36
+ - train_batch_size: 8
37
+ - eval_batch_size: 8
38
+ - seed: 42
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: linear
41
+ - num_epochs: 3
42
+ - mixed_precision_training: Native AMP
43
+
44
+ ### Training results
45
+
46
+
47
+
48
+ ### Framework versions
49
+
50
+ - Transformers 4.35.1
51
+ - Pytorch 2.2.0+cu121
52
+ - Datasets 2.14.7
53
+ - Tokenizers 0.14.1
generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "decoder_start_token_id": 2,
5
+ "eos_token_id": 2,
6
+ "max_length": 200,
7
+ "pad_token_id": 1,
8
+ "transformers_version": "4.35.1"
9
+ }