jhonparra18 commited on
Commit
80b48b3
1 Parent(s): 849fd62

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+
3
+ license: apache-2.0
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: roberta-base-cv-studio_name-medium
10
+ results: []
11
+
12
+ widget:
13
+ - text: "Egresado de la carrera Ingeniería en Computación Conocimientos de lenguajes HTML, CSS, Javascript y MySQL. Experiencia trabajando en ámbitos de redes de pequeña y mediana escala. Inglés Hablado nivel básico, escrito nivel intermedio.HTML, CSS y JavaScript. Realidad aumentada. Lenguaje R. HTML5, JavaScript y Nodejs"
14
+
15
+ ---
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+ # bert-base-cased-cv-studio_name-medium
19
+
20
+ This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
21
+
22
+
23
+ ## Model description
24
+
25
+ Predicts a studio name based on a CV text
26
+
27
+
28
+ ### Training hyperparameters
29
+
30
+ The following hyperparameters were used during training:
31
+ - learning_rate: 5e-05
32
+ - train_batch_size: 16
33
+ - eval_batch_size: 8
34
+ - seed: 42
35
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
36
+ - lr_scheduler_type: linear
37
+ - lr_scheduler_warmup_steps: 20
38
+ - num_epochs: 10
39
+
40
+ ### Framework versions
41
+ - Transformers 4.19.0
42
+ - Pytorch 1.8.2+cu111
43
+ - Datasets 1.6.2
44
+ - Tokenizers 0.12.1