Instructions to use bclavie/edubert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bclavie/edubert with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("bclavie/edubert", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,8 @@ language:
|
|
| 4 |
- en
|
| 5 |
tags:
|
| 6 |
- education
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# Model Card for Model ID
|
|
@@ -31,4 +33,4 @@ The model is provided as-is, and trained on the data described in the paper. Lea
|
|
| 31 |
year={2020},
|
| 32 |
booktitle={Companion Proceedings of the The 10th international Learning Analytics & Knowledge (LAK20)}
|
| 33 |
}
|
| 34 |
-
```
|
|
|
|
| 4 |
- en
|
| 5 |
tags:
|
| 6 |
- education
|
| 7 |
+
- learning analytics
|
| 8 |
+
- educational data mining
|
| 9 |
---
|
| 10 |
|
| 11 |
# Model Card for Model ID
|
|
|
|
| 33 |
year={2020},
|
| 34 |
booktitle={Companion Proceedings of the The 10th international Learning Analytics & Knowledge (LAK20)}
|
| 35 |
}
|
| 36 |
+
```
|