owenarink commited on
Commit
21034cf
·
verified ·
1 Parent(s): 20ffcec

Upload custom AttentionTypes classifier

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ datasets:
18
 
19
  This model is a custom `transformers` export of the `AttentionTypes` model from a course project on commonsense reasoning. The task is to choose the correct answer (`A`, `B`, or `C`) for a false sentence by comparing candidate repairs and selecting the most sensible one.
20
 
21
- The underlying model is a grouped BBPE transformer with DeBERTa-inspired disentangled attention. It was trained as a multiple-choice scoring model for a Kaggle-style commonsense challenge and exported here as a custom Hugging Face model for inference and reproducibility. This page corresponds to the regular `AttentionTypes` model from the repository, not the separate hinge-loss variant.
22
 
23
  ## Model Description
24
 
 
18
 
19
  This model is a custom `transformers` export of the `AttentionTypes` model from a course project on commonsense reasoning. The task is to choose the correct answer (`A`, `B`, or `C`) for a false sentence by comparing candidate repairs and selecting the most sensible one.
20
 
21
+ The underlying model is a grouped BBPE transformer with DeBERTa-inspired disentangled attention. It was trained as a multiple-choice scoring model for a Kaggle-style commonsense challenge and exported here as a custom Hugging Face model for inference and reproducibility.
22
 
23
  ## Model Description
24