BenjaminTT
commited on
Commit
•
7156bfc
1
Parent(s):
81d5d67
End of training
Browse files- README.md +71 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: funnel-transformer/intermediate-base
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: NLPGroupProject-Finetune-Funnel-Transformer
|
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 |
+
# NLPGroupProject-Finetune-Funnel-Transformer
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [funnel-transformer/intermediate-base](https://huggingface.co/funnel-transformer/intermediate-base) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.3863
|
21 |
+
- Accuracy: 0.263
|
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: 2
|
42 |
+
- eval_batch_size: 2
|
43 |
+
- seed: 42
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 3
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| 1.4073 | 0.25 | 500 | 1.3863 | 0.262 |
|
53 |
+
| 1.403 | 0.5 | 1000 | 1.3863 | 0.275 |
|
54 |
+
| 1.4031 | 0.75 | 1500 | 1.3863 | 0.263 |
|
55 |
+
| 1.4035 | 1.0 | 2000 | 1.3863 | 0.259 |
|
56 |
+
| 1.3984 | 1.25 | 2500 | 1.3863 | 0.283 |
|
57 |
+
| 1.3904 | 1.5 | 3000 | 1.3863 | 0.263 |
|
58 |
+
| 1.3977 | 1.75 | 3500 | 1.3863 | 0.252 |
|
59 |
+
| 1.3949 | 2.0 | 4000 | 1.3863 | 0.272 |
|
60 |
+
| 1.3979 | 2.25 | 4500 | 1.3863 | 0.258 |
|
61 |
+
| 1.3965 | 2.5 | 5000 | 1.3863 | 0.225 |
|
62 |
+
| 1.3944 | 2.75 | 5500 | 1.3863 | 0.246 |
|
63 |
+
| 1.3999 | 3.0 | 6000 | 1.3863 | 0.263 |
|
64 |
+
|
65 |
+
|
66 |
+
### Framework versions
|
67 |
+
|
68 |
+
- Transformers 4.40.0
|
69 |
+
- Pytorch 2.2.2+cu118
|
70 |
+
- Datasets 2.19.0
|
71 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 649194004
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f18d6108da8506a08d9900361827d5d0011e5dec63169930c9ca8bd232ed7f3
|
3 |
size 649194004
|