Model save
Browse files
README.md
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: OFA-Sys/chinese-clip-vit-base-patch16
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
model-index:
|
8 |
+
- name: sentance_split_by_time_gpt_concate_2
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
[<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/shark_meow_team/huggingface/runs/cdver57p)
|
16 |
+
# sentance_split_by_time_gpt_concate_2
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [OFA-Sys/chinese-clip-vit-base-patch16](https://huggingface.co/OFA-Sys/chinese-clip-vit-base-patch16) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 3.8914
|
21 |
+
- Accuracy: 0.0789
|
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: 1e-05
|
41 |
+
- train_batch_size: 25
|
42 |
+
- eval_batch_size: 20
|
43 |
+
- seed: 42
|
44 |
+
- gradient_accumulation_steps: 8
|
45 |
+
- total_train_batch_size: 200
|
46 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
+
- lr_scheduler_type: linear
|
48 |
+
- num_epochs: 60.0
|
49 |
+
- mixed_precision_training: Native AMP
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
+
|:-------------:|:-------:|:-----:|:---------------:|:--------:|
|
55 |
+
| 2.0864 | 5.9928 | 1866 | 2.9935 | 0.0803 |
|
56 |
+
| 1.9035 | 11.9855 | 3732 | 3.1629 | 0.0863 |
|
57 |
+
| 1.779 | 17.9783 | 5598 | 3.2064 | 0.0870 |
|
58 |
+
| 1.7158 | 23.9711 | 7464 | 3.4417 | 0.0854 |
|
59 |
+
| 1.6832 | 29.9639 | 9330 | 3.4988 | 0.0845 |
|
60 |
+
| 1.6554 | 35.9566 | 11196 | 3.5538 | 0.0833 |
|
61 |
+
| 1.6498 | 41.9494 | 13062 | 3.6819 | 0.0819 |
|
62 |
+
| 1.6335 | 47.9422 | 14928 | 3.7696 | 0.0809 |
|
63 |
+
| 1.6339 | 53.9350 | 16794 | 3.8098 | 0.0799 |
|
64 |
+
| 1.6264 | 59.9277 | 18660 | 3.8914 | 0.0789 |
|
65 |
+
|
66 |
+
|
67 |
+
### Framework versions
|
68 |
+
|
69 |
+
- Transformers 4.42.3
|
70 |
+
- Pytorch 2.3.1+cu121
|
71 |
+
- Datasets 2.20.0
|
72 |
+
- Tokenizers 0.19.1
|