README updated
Browse files
README.md
CHANGED
@@ -2,4 +2,12 @@
|
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
---
|
4 |
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
---
|
4 |
|
5 |
+
Notebook: https://colab.research.google.com/drive/10ZCFvlf2UV3FjU4ymf4OoipQvqHbIItG?usp=sharing
|
6 |
+
|
7 |
+
|
8 |
+
## Example
|
9 |
+
|
10 |
+
Run `example.py`
|
11 |
+
|
12 |
+
## Train
|
13 |
+
The model is already trained on `bert-base-uncased` with the [emotions dataset](https://huggingface.co/datasets/emotion). However, you can change parameters and re-fine-tune the model by running `finetune-emotions.py`.
|