BlackHorseTeck commited on
Commit
1367142
1 Parent(s): 33e0752

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -62
README.md CHANGED
@@ -1,63 +1,63 @@
1
- ---
2
- license: mit
3
- library_name: peft
4
- tags:
5
- - llama-factory
6
- - lora
7
- - generated_from_trainer
8
- base_model: microsoft/phi-1_5
9
- model-index:
10
- - name: train_2024-05-09-19-57-19
11
- results: []
12
- datasets:
13
- - llamafactory/alpaca_en
14
- language:
15
- - en
16
- ---
17
-
18
-
19
- # Bahia 1.0 Based on Phi 1.5 trained using Alpaca_en
20
-
21
- This model is a fine-tuned version of [microsoft/phi-1_5](https://huggingface.co/microsoft/phi-1_5) on the alpaca_en dataset.
22
-
23
- ## Model description
24
-
25
- This is the First LLM coming from the Mediterranean city of Oran (nicknamed El-Bahia), and possibly the first North African LLM trained model, More to come from us soon ;-)
26
-
27
- ## Intended uses & limitations
28
-
29
- This comes under an MIT lisence, enjoy!
30
-
31
- ## Training and evaluation data
32
-
33
- Trained using Alpaca_en from Llama Factory
34
-
35
- ## Training procedure
36
-
37
- Locally trained on baremetal hardware on an AMD GPU under Linux Mint 21
38
-
39
- ### Training hyperparameters
40
-
41
- The following hyperparameters were used during training:
42
- - learning_rate: 0.0002
43
- - train_batch_size: 2
44
- - eval_batch_size: 8
45
- - seed: 42
46
- - gradient_accumulation_steps: 8
47
- - total_train_batch_size: 16
48
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
- - lr_scheduler_type: cosine
50
- - num_epochs: 3.0
51
- - mixed_precision_training: Native AMP
52
-
53
- ### Training results
54
-
55
- Please check the files in the files and versions.
56
-
57
- ### Framework versions
58
-
59
- - PEFT 0.10.0
60
- - Transformers 4.40.1
61
- - Pytorch 2.3.0+rocm5.7
62
- - Datasets 2.19.1
63
  - Tokenizers 0.19.1
 
1
+ ---
2
+ license: mit
3
+ library_name: peft
4
+ tags:
5
+ - llama-factory
6
+ - lora
7
+ - generated_from_trainer
8
+ base_model: microsoft/phi-1_5
9
+ model-index:
10
+ - name: train_2024-05-09-19-57-19
11
+ results: []
12
+ datasets:
13
+ - llamafactory/alpaca_en
14
+ language:
15
+ - en
16
+ ---
17
+
18
+
19
+ # Bahia 1.0 Based on Phi 1.5 tuned using Alpaca_en
20
+
21
+ This model is a fine-tuned version of [microsoft/phi-1_5](https://huggingface.co/microsoft/phi-1_5) on the alpaca_en dataset.
22
+
23
+ ## Model description
24
+
25
+ This is the First LLM coming from the Mediterranean city of Oran (nicknamed El-Bahia), and possibly the first North African LLM trained model, More to come from us soon ;-)
26
+
27
+ ## Intended uses & limitations
28
+
29
+ This comes under an MIT lisence, enjoy!
30
+
31
+ ## Training and evaluation data
32
+
33
+ Trained using Alpaca_en from Llama Factory
34
+
35
+ ## Training procedure
36
+
37
+ Locally trained on baremetal hardware on an AMD GPU under Linux Mint 21
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 0.0002
43
+ - train_batch_size: 2
44
+ - eval_batch_size: 8
45
+ - seed: 42
46
+ - gradient_accumulation_steps: 8
47
+ - total_train_batch_size: 16
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: cosine
50
+ - num_epochs: 3.0
51
+ - mixed_precision_training: Native AMP
52
+
53
+ ### Training results
54
+
55
+ Please check the files in the files and versions.
56
+
57
+ ### Framework versions
58
+
59
+ - PEFT 0.10.0
60
+ - Transformers 4.40.1
61
+ - Pytorch 2.3.0+rocm5.7
62
+ - Datasets 2.19.1
63
  - Tokenizers 0.19.1