End of training
Browse files- README.md +70 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: allenai/scibert_scivocab_uncased
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
model-index:
|
8 |
+
- name: my_awesome_model
|
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 |
+
# my_awesome_model
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [allenai/scibert_scivocab_uncased](https://huggingface.co/allenai/scibert_scivocab_uncased) on the None dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.5640
|
20 |
+
- Accuracy: 0.7795
|
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: 2e-05
|
40 |
+
- train_batch_size: 32
|
41 |
+
- eval_batch_size: 32
|
42 |
+
- seed: 42
|
43 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
+
- lr_scheduler_type: linear
|
45 |
+
- num_epochs: 1
|
46 |
+
|
47 |
+
### Training results
|
48 |
+
|
49 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
51 |
+
| 1.184 | 0.0770 | 100 | 0.9294 | 0.6612 |
|
52 |
+
| 0.8519 | 0.1540 | 200 | 0.8007 | 0.7087 |
|
53 |
+
| 0.7555 | 0.2309 | 300 | 0.7204 | 0.7245 |
|
54 |
+
| 0.7065 | 0.3079 | 400 | 0.7121 | 0.7324 |
|
55 |
+
| 0.6499 | 0.3849 | 500 | 0.6654 | 0.7567 |
|
56 |
+
| 0.6504 | 0.4619 | 600 | 0.6227 | 0.7659 |
|
57 |
+
| 0.6421 | 0.5389 | 700 | 0.6104 | 0.7695 |
|
58 |
+
| 0.6298 | 0.6159 | 800 | 0.6094 | 0.7652 |
|
59 |
+
| 0.5851 | 0.6928 | 900 | 0.5852 | 0.7795 |
|
60 |
+
| 0.5903 | 0.7698 | 1000 | 0.5759 | 0.7828 |
|
61 |
+
| 0.5682 | 0.8468 | 1100 | 0.5769 | 0.7758 |
|
62 |
+
| 0.5809 | 0.9238 | 1200 | 0.5640 | 0.7795 |
|
63 |
+
|
64 |
+
|
65 |
+
### Framework versions
|
66 |
+
|
67 |
+
- Transformers 4.44.0
|
68 |
+
- Pytorch 2.4.0
|
69 |
+
- Datasets 2.21.0
|
70 |
+
- 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 439718924
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74f214e04392949d9594603ef4f64770781aa7f00cac1359a148a43e62a8ad94
|
3 |
size 439718924
|