anakin87 commited on
Commit
9339ac9
1 Parent(s): 3dded18

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -7
README.md CHANGED
@@ -11,8 +11,7 @@ tags:
11
  - squad_it
12
  - question-answering
13
  widget:
14
- - text: >-
15
- Qual è il soprannome di Vasco Rossi?
16
  context: >-
17
  Vasco Rossi, noto anche semplicemente come Vasco e in passato con
18
  l'appellativo Blasco (Zocca, 7 febbraio 1952), è un cantautore italiano
@@ -86,7 +85,7 @@ model-index:
86
  value: 0.775
87
  name: Test F1
88
  - type: exact-match
89
- value: 0.660
90
  name: Test Exact Match
91
  train-eval-index:
92
  - config: default
@@ -99,7 +98,7 @@ train-eval-index:
99
  question: question
100
  answers.text: answers.text
101
  answers.answer_start: answers.answer_start
102
-
103
  ---
104
 
105
  # electra-italian-xxl-cased-squad-it
@@ -118,7 +117,7 @@ It can be used for [Extractive Q&A](https://huggingface.co/tasks/question-answer
118
  | **EM** | **0.660** |
119
  | **F1** | **0.775** |
120
 
121
- TO DO: link evaluation notebook
122
 
123
  ## Usage in Transformers
124
  Model checkpoints are available for usage in Pytorch. They can be used directly with pipelines as:
@@ -134,5 +133,13 @@ qa(question="Qual è il soprannome di Vasco Rossi?", context="Vasco Rossi, noto
134
 
135
  TO DO: link notebook
136
 
137
- ## Training procedure
138
- TO DO: link training notebook
 
 
 
 
 
 
 
 
 
11
  - squad_it
12
  - question-answering
13
  widget:
14
+ - text: Qual è il soprannome di Vasco Rossi?
 
15
  context: >-
16
  Vasco Rossi, noto anche semplicemente come Vasco e in passato con
17
  l'appellativo Blasco (Zocca, 7 febbraio 1952), è un cantautore italiano
 
85
  value: 0.775
86
  name: Test F1
87
  - type: exact-match
88
+ value: 0.66
89
  name: Test Exact Match
90
  train-eval-index:
91
  - config: default
 
98
  question: question
99
  answers.text: answers.text
100
  answers.answer_start: answers.answer_start
101
+ pipeline_tag: question-answering
102
  ---
103
 
104
  # electra-italian-xxl-cased-squad-it
 
117
  | **EM** | **0.660** |
118
  | **F1** | **0.775** |
119
 
120
+ [Evaluation notebook](https://github.com/anakin87/electra-italian-xxl-cased-squad-it/blob/main/evaluation.ipynb)
121
 
122
  ## Usage in Transformers
123
  Model checkpoints are available for usage in Pytorch. They can be used directly with pipelines as:
 
133
 
134
  TO DO: link notebook
135
 
136
+ ## Training details
137
+ [Training notebook](https://github.com/anakin87/electra-italian-xxl-cased-squad-it/blob/main/training.ipynb)
138
+
139
+ **Hyperparameters**
140
+ - learning_rate: 2e-05
141
+ - batch_size: 8
142
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
143
+ - lr_scheduler_type: linear
144
+ - num_epochs: 2
145
+ - mixed_precision_training: Native AMP