albertmartinez commited on
Commit
49c2c87
·
verified ·
1 Parent(s): d874544

Model save

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: google-bert/bert-base-multilingual-cased
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: openalex-topic-classification-title-abstract
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # openalex-topic-classification-title-abstract
18
+
19
+ This model is a fine-tuned version of [google-bert/bert-base-multilingual-cased](https://huggingface.co/google-bert/bert-base-multilingual-cased) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 2.1286
22
+ - Accuracy: 0.5287
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 2e-05
42
+ - train_batch_size: 128
43
+ - eval_batch_size: 128
44
+ - seed: 42
45
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
+ - lr_scheduler_type: cosine
47
+ - lr_scheduler_warmup_ratio: 0.1
48
+ - num_epochs: 10.0
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
+ |:-------------:|:-----:|:------:|:---------------:|:--------:|
54
+ | 4.7089 | 1.0 | 26376 | 4.6094 | 0.1920 |
55
+ | 2.9397 | 2.0 | 52752 | 2.8504 | 0.4195 |
56
+ | 2.444 | 3.0 | 79128 | 2.4296 | 0.4763 |
57
+ | 2.1399 | 4.0 | 105504 | 2.2586 | 0.5015 |
58
+ | 1.9042 | 5.0 | 131880 | 2.1800 | 0.5144 |
59
+ | 1.7293 | 6.0 | 158256 | 2.1372 | 0.5227 |
60
+ | 1.5672 | 7.0 | 184632 | 2.1298 | 0.5260 |
61
+ | 1.4574 | 8.0 | 211008 | 2.1245 | 0.5281 |
62
+ | 1.3737 | 9.0 | 237384 | 2.1277 | 0.5285 |
63
+ | 1.3748 | 10.0 | 263760 | 2.1286 | 0.5287 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.49.0.dev0
69
+ - Pytorch 2.6.0+cu118
70
+ - Datasets 2.19.2
71
+ - Tokenizers 0.21.0