sabersol commited on
Commit
ccad60a
·
1 Parent(s): 4e81dd6

README updated

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -2,4 +2,12 @@
2
  license: cc-by-nc-sa-4.0
3
  ---
4
 
5
- The current version of code is based on https://huggingface.co/nateraw/bert-base-uncased-emotion and will be improved gradually.
 
 
 
 
 
 
 
 
 
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`.