julien-c HF staff commited on
Commit
fb1e054
1 Parent(s): 85a8243

Migrate model card from transformers-repo

Browse files

Read 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

Files changed (1) hide show
  1. README.md +2 -1
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
+