letianWoowoof commited on
Commit
af40383
1 Parent(s): 5c21df8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -57
README.md CHANGED
@@ -1,58 +1,59 @@
1
- ---
2
- base_model: unsloth/meta-llama-3.1-8b-bnb-4bit
3
- library_name: peft
4
- license: llama3.1
5
- tags:
6
- - trl
7
- - sft
8
- - unsloth
9
- - generated_from_trainer
10
- model-index:
11
- - name: WooWoof_AI_Vision
12
- results: []
13
- ---
14
-
15
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
- should probably proofread and complete it, then remove this comment. -->
17
-
18
- # WooWoof_AI_Vision
19
-
20
- This model is a fine-tuned version of [unsloth/meta-llama-3.1-8b-bnb-4bit](https://huggingface.co/unsloth/meta-llama-3.1-8b-bnb-4bit) on an unknown dataset.
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
- - learning_rate: 0.0003
40
- - train_batch_size: 2
41
- - eval_batch_size: 8
42
- - seed: 3407
43
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
- - lr_scheduler_type: cosine
45
- - lr_scheduler_warmup_steps: 10
46
- - num_epochs: 10
47
-
48
- ### Training results
49
-
50
-
51
-
52
- ### Framework versions
53
-
54
- - PEFT 0.13.1
55
- - Transformers 4.45.2
56
- - Pytorch 2.3.1
57
- - Datasets 3.0.0
 
58
  - Tokenizers 0.20.0
 
1
+ ---
2
+ base_model: unsloth/meta-llama-3.1-8b-bnb-4bit
3
+ library_name: peft
4
+ license: llama3.1
5
+ tags:
6
+ - trl
7
+ - sft
8
+ - unsloth
9
+ - generated_from_trainer
10
+ - transformers
11
+ model-index:
12
+ - name: WooWoof_AI_Vision
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # WooWoof_AI_Vision
20
+
21
+ This model is a fine-tuned version of [unsloth/meta-llama-3.1-8b-bnb-4bit](https://huggingface.co/unsloth/meta-llama-3.1-8b-bnb-4bit) on an unknown dataset.
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 0.0003
41
+ - train_batch_size: 2
42
+ - eval_batch_size: 8
43
+ - seed: 3407
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: cosine
46
+ - lr_scheduler_warmup_steps: 10
47
+ - num_epochs: 10
48
+
49
+ ### Training results
50
+
51
+
52
+
53
+ ### Framework versions
54
+
55
+ - PEFT 0.13.1
56
+ - Transformers 4.45.2
57
+ - Pytorch 2.3.1
58
+ - Datasets 3.0.0
59
  - Tokenizers 0.20.0