stulcrad commited on
Commit
9c4d4c3
1 Parent(s): 93a6979

Model save

Browse files
README.md ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: FacebookAI/xlm-roberta-large
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - cnec
8
+ metrics:
9
+ - precision
10
+ - recall
11
+ - f1
12
+ - accuracy
13
+ model-index:
14
+ - name: CNEC_xlm-roberta-large
15
+ results:
16
+ - task:
17
+ name: Token Classification
18
+ type: token-classification
19
+ dataset:
20
+ name: cnec
21
+ type: cnec
22
+ config: default
23
+ split: validation
24
+ args: default
25
+ metrics:
26
+ - name: Precision
27
+ type: precision
28
+ value: 0.8133086876155268
29
+ - name: Recall
30
+ type: recall
31
+ value: 0.8734491315136477
32
+ - name: F1
33
+ type: f1
34
+ value: 0.8423067719550132
35
+ - name: Accuracy
36
+ type: accuracy
37
+ value: 0.9756733021077283
38
+ ---
39
+
40
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
41
+ should probably proofread and complete it, then remove this comment. -->
42
+
43
+ # CNEC_xlm-roberta-large
44
+
45
+ This model is a fine-tuned version of [FacebookAI/xlm-roberta-large](https://huggingface.co/FacebookAI/xlm-roberta-large) on the cnec dataset.
46
+ It achieves the following results on the evaluation set:
47
+ - Loss: 0.1032
48
+ - Precision: 0.8133
49
+ - Recall: 0.8734
50
+ - F1: 0.8423
51
+ - Accuracy: 0.9757
52
+
53
+ ## Model description
54
+
55
+ More information needed
56
+
57
+ ## Intended uses & limitations
58
+
59
+ More information needed
60
+
61
+ ## Training and evaluation data
62
+
63
+ More information needed
64
+
65
+ ## Training procedure
66
+
67
+ ### Training hyperparameters
68
+
69
+ The following hyperparameters were used during training:
70
+ - learning_rate: 2e-05
71
+ - train_batch_size: 16
72
+ - eval_batch_size: 16
73
+ - seed: 42
74
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
75
+ - lr_scheduler_type: linear
76
+ - num_epochs: 3.0
77
+
78
+ ### Training results
79
+
80
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
81
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
82
+ | 0.2857 | 1.12 | 500 | 0.1271 | 0.7641 | 0.8630 | 0.8105 | 0.9685 |
83
+ | 0.0864 | 2.24 | 1000 | 0.1032 | 0.8133 | 0.8734 | 0.8423 | 0.9757 |
84
+
85
+
86
+ ### Framework versions
87
+
88
+ - Transformers 4.36.2
89
+ - Pytorch 2.1.2+cu121
90
+ - Datasets 2.16.1
91
+ - Tokenizers 0.15.0
runs/Feb22_14-11-02_n32/events.out.tfevents.1708607479.n32.1102908.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5acd546cf4e2d174b062f77ce4b347c1b2c0fd3eaa0de53dbb0a0f79bcd86237
3
- size 6135
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06cfe91c8e969e7b6cbb883af749e3c0e9e5bfb6b7ddfb2661b5ac87ee897832
3
+ size 6489