youssefkhalil320
commited on
Commit
•
f36b340
1
Parent(s):
f55614c
Training in progress, step 200
Browse files
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: Qwen/Qwen2-0.5B
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: llm2vec-Qwen2-0.5B-shopping-Quar-v2
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# llm2vec-Qwen2-0.5B-shopping-Quar-v2
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [Qwen/Qwen2-0.5B](https://huggingface.co/Qwen/Qwen2-0.5B) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 3.1151
|
21 |
+
- Accuracy: 0.4539
|
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: 5e-05
|
41 |
+
- train_batch_size: 4
|
42 |
+
- eval_batch_size: 4
|
43 |
+
- seed: 42
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 1
|
47 |
+
- mixed_precision_training: Native AMP
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
+
|:-------------:|:------:|:-----:|:---------------:|:--------:|
|
53 |
+
| 3.4292 | 0.0510 | 1000 | 3.3647 | 0.4207 |
|
54 |
+
| 3.3217 | 0.1019 | 2000 | 3.2997 | 0.4283 |
|
55 |
+
| 3.274 | 0.1529 | 3000 | 3.2483 | 0.4345 |
|
56 |
+
| 3.2467 | 0.2038 | 4000 | 3.1933 | 0.4407 |
|
57 |
+
| 3.2093 | 0.2548 | 5000 | 3.1931 | 0.4439 |
|
58 |
+
| 3.1807 | 0.3057 | 6000 | 3.1661 | 0.4476 |
|
59 |
+
| 3.1978 | 0.3567 | 7000 | 3.1433 | 0.4486 |
|
60 |
+
| 3.161 | 0.4076 | 8000 | 3.1091 | 0.4539 |
|
61 |
+
| 3.1554 | 0.4586 | 9000 | 3.1044 | 0.4529 |
|
62 |
+
| 3.1405 | 0.5095 | 10000 | 3.1151 | 0.4539 |
|
63 |
+
|
64 |
+
|
65 |
+
### Framework versions
|
66 |
+
|
67 |
+
- Transformers 4.43.4
|
68 |
+
- Pytorch 1.12.0+cu102
|
69 |
+
- Datasets 2.20.0
|
70 |
+
- Tokenizers 0.19.1
|
adapter_config.json
CHANGED
@@ -23,13 +23,13 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"v_proj",
|
27 |
-
"down_proj",
|
28 |
-
"gate_proj",
|
29 |
"o_proj",
|
30 |
-
"
|
31 |
"up_proj",
|
32 |
-
"
|
|
|
|
|
|
|
33 |
],
|
34 |
"task_type": null,
|
35 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
|
|
|
|
26 |
"o_proj",
|
27 |
+
"k_proj",
|
28 |
"up_proj",
|
29 |
+
"gate_proj",
|
30 |
+
"v_proj",
|
31 |
+
"down_proj",
|
32 |
+
"q_proj"
|
33 |
],
|
34 |
"task_type": null,
|
35 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 35235088
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1edd994befa0536dc879b728734c37101b72917e103799a9050bbffee1db3da
|
3 |
size 35235088
|
runs/Sep27_14-08-28_HPC2/events.out.tfevents.1727435431.HPC2.125065.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8e899fedc0fd0a4b2397d37be2c58174b04c6d48ff7d1cee356f0de1fcba744
|
3 |
+
size 12878
|
runs/Sep28_12-24-15_HPC2/events.out.tfevents.1727515552.HPC2.609693.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e010ae3ef78f1e67c9119e9eac41af70d5221b392c0ca65dbce848dd1eb3232
|
3 |
+
size 5074
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4847
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc0d08bb1abb85f267b5bf85ca5bd3c6fa64a03d8d852d595d3d9d47c55bdfe1
|
3 |
size 4847
|