Migrate model card from transformers-repo
Browse filesRead announcement at https://discuss.huggingface.co/t/announcement-all-model-cards-will-be-migrated-to-hf-co-model-repos/2755
Original file history: https://github.com/huggingface/transformers/commits/master/model_cards/ktrapeznikov/albert-xlarge-v2-squad-v2/README.md
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
### Model
|
2 |
-
**[`albert-xlarge-v2`](https://huggingface.co/albert-xlarge-v2)** fine-tuned on **[`SQuAD V2`](https://rajpurkar.github.io/SQuAD-explorer/)** using **[`run_squad.py`](https://github.com/huggingface/transformers/blob/master/examples/run_squad.py)**
|
3 |
|
4 |
### Training Parameters
|
5 |
Trained on 4 NVIDIA GeForce RTX 2080 Ti 11Gb
|
@@ -58,3 +58,4 @@ span_scores = start_scores.softmax(dim=1).log()[:,:,None] + end_scores.softmax(d
|
|
58 |
ignore_score = span_scores[:,0,0] #no answer scores
|
59 |
|
60 |
```
|
|
|
|
1 |
### Model
|
2 |
+
**[`albert-xlarge-v2`](https://huggingface.co/albert-xlarge-v2)** fine-tuned on **[`SQuAD V2`](https://rajpurkar.github.io/SQuAD-explorer/)** using **[`run_squad.py`](https://github.com/huggingface/transformers/blob/master/examples/question-answering/run_squad.py)**
|
3 |
|
4 |
### Training Parameters
|
5 |
Trained on 4 NVIDIA GeForce RTX 2080 Ti 11Gb
|
|
|
58 |
ignore_score = span_scores[:,0,0] #no answer scores
|
59 |
|
60 |
```
|
61 |
+
|