letianWoowoof
commited on
Commit
•
af40383
1
Parent(s):
5c21df8
Update README.md
Browse files
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 |
-
|
11 |
-
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
-
|
41 |
-
-
|
42 |
-
-
|
43 |
-
-
|
44 |
-
-
|
45 |
-
-
|
46 |
-
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
-
|
56 |
-
-
|
57 |
-
-
|
|
|
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
|