NickForMe commited on
Commit
41bea9c
1 Parent(s): 18bc8fb

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - universal_dependencies
6
+ metrics:
7
+ - f1
8
+ model-index:
9
+ - name: rubert-base-cased-finetuned-panx-de
10
+ results:
11
+ - task:
12
+ name: Token Classification
13
+ type: token-classification
14
+ dataset:
15
+ name: universal_dependencies
16
+ type: universal_dependencies
17
+ config: ru_taiga
18
+ split: train
19
+ args: ru_taiga
20
+ metrics:
21
+ - name: F1
22
+ type: f1
23
+ value: 0.6469997769350881
24
+ ---
25
+
26
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
27
+ should probably proofread and complete it, then remove this comment. -->
28
+
29
+ # rubert-base-cased-finetuned-panx-de
30
+
31
+ This model is a fine-tuned version of [DeepPavlov/rubert-base-cased](https://huggingface.co/DeepPavlov/rubert-base-cased) on the universal_dependencies dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 0.9529
34
+ - F1: 0.6470
35
+
36
+ ## Model description
37
+
38
+ More information needed
39
+
40
+ ## Intended uses & limitations
41
+
42
+ More information needed
43
+
44
+ ## Training and evaluation data
45
+
46
+ More information needed
47
+
48
+ ## Training procedure
49
+
50
+ ### Training hyperparameters
51
+
52
+ The following hyperparameters were used during training:
53
+ - learning_rate: 5e-05
54
+ - train_batch_size: 24
55
+ - eval_batch_size: 24
56
+ - seed: 42
57
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
58
+ - lr_scheduler_type: linear
59
+ - num_epochs: 3
60
+
61
+ ### Training results
62
+
63
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
64
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
65
+ | 1.3108 | 1.0 | 131 | 1.0921 | 0.5891 |
66
+ | 0.8144 | 2.0 | 262 | 0.9781 | 0.6257 |
67
+ | 0.6165 | 3.0 | 393 | 0.9529 | 0.6470 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.25.1
73
+ - Pytorch 1.13.0+cu117
74
+ - Datasets 2.7.1
75
+ - Tokenizers 0.13.2