ljcamargo commited on
Commit
687474f
·
verified ·
1 Parent(s): 7d88aa4

Model save

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: tachiwin/pretrained_multilingual_instruct
4
+ tags:
5
+ - unsloth
6
+ - trl
7
+ - sft
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: multilingual
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/tachiwin/tachiwin_finetune/runs/ms960iob)
18
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/tachiwin/tachiwin_finetune/runs/ms960iob)
19
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/tachiwin/tachiwin_finetune/runs/ms960iob)
20
+ # multilingual
21
+
22
+ This model is a fine-tuned version of [tachiwin/pretrained_multilingual_instruct](https://huggingface.co/tachiwin/pretrained_multilingual_instruct) on an unknown dataset.
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 3.224270650583368e-05
42
+ - train_batch_size: 32
43
+ - eval_batch_size: 8
44
+ - seed: 3407
45
+ - gradient_accumulation_steps: 32
46
+ - total_train_batch_size: 1024
47
+ - optimizer: Use OptimizerNames.LION_8BIT and the args are:
48
+ No additional optimizer arguments
49
+ - lr_scheduler_type: cosine
50
+ - num_epochs: 1
51
+
52
+ ### Framework versions
53
+
54
+ - PEFT 0.15.2
55
+ - Transformers 4.51.3
56
+ - Pytorch 2.7.0+cu126
57
+ - Datasets 3.6.0
58
+ - Tokenizers 0.21.1