Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,32 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- education
|
| 7 |
---
|
| 8 |
+
|
| 9 |
+
# Model Card for Model ID
|
| 10 |
+
|
| 11 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 12 |
+
|
| 13 |
+
This is the DistilEduBERT model used in the [EduBERT: Pretrained Deep Language Models for Learning Analytics](https://arxiv.org/abs/1912.00690) from LAK20. It is a fine-tuned version of DistilBERT.
|
| 14 |
+
|
| 15 |
+
## Model Description
|
| 16 |
+
|
| 17 |
+
We originally trained this model to support Learning Analytics task, showing it performed well on well-known educational text classification task.
|
| 18 |
+
|
| 19 |
+
## Bias, Risks, and Limitations
|
| 20 |
+
|
| 21 |
+
The model is provided as-is, and trained on the data described in the paper. Learning Analytics is a complex field, and decisions should not be taken fully automatically by models. This model should be used for analysis and to inform only.
|
| 22 |
+
|
| 23 |
+
## Citation
|
| 24 |
+
|
| 25 |
+
**BibTeX:**
|
| 26 |
+
|
| 27 |
+
@inproceedings{clavié2019edubert,
|
| 28 |
+
title={EduBERT: Pretrained Deep Language Models for Learning Analytics},
|
| 29 |
+
author={Benjamin Clavié and Kobi Gal},
|
| 30 |
+
year={2020},
|
| 31 |
+
booktitle={Companion Proceedings of the The 10th international Learning Analytics & Knowledge (LAK20)}
|
| 32 |
+
}
|