Jsevisal commited on
Commit
0bb39dd
1 Parent(s): 3939db0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -0
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - f1
7
+ - accuracy
8
+ model-index:
9
+ - name: balanced-augmented-bert-gest-pred
10
+ results: []
11
+ datasets:
12
+ - Jsevisal/balanced_augmented_dataset
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # balanced-augmented-bert-gest-pred
19
+
20
+ This model is a fine-tuned version of [bert-large-cased-finetuned-conll03-english](https://huggingface.co/dbmdz/bert-large-cased-finetuned-conll03-english) on the Jsevisal/balanced_augmented_dataset dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.8998
23
+ - F1: 0.8171
24
+ - Accuracy: 0.7911
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 2e-05
44
+ - train_batch_size: 8
45
+ - eval_batch_size: 8
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 20
50
+
51
+ ### Framework versions
52
+
53
+ - Transformers 4.26.1
54
+ - Pytorch 1.13.1+cu116
55
+ - Datasets 2.10.0
56
+ - Tokenizers 0.13.2
57
+
58
+ ### LICENSE
59
+ Copyright (c) 2014, Universidad Carlos III de Madrid. Todos los derechos reservados.
60
+ Este software es propiedad de la Universidad Carlos III de Madrid, grupo de investigaci贸n Robots Sociales. La Universidad Carlos III de Madrid es titular en exclusiva de los derechos de propiedad intelectual de este software. Queda prohibido cualquier uso indebido o no autorizado, entre estos, a t铆tulo enunciativo pero no limitativo, la reproducci贸n, fijaci贸n, distribuci贸n, comunicaci贸n p煤blica, ingenier铆a inversa y/o transformaci贸n sobre dicho software, ya sea total o parcialmente, siendo el responsable del uso indebido o no autorizado tambi茅n responsable de las consecuencias legales que pudieran derivarse de sus actos.