lichenglu commited on
Commit
f7e78d1
·
1 Parent(s): aa7383d

Update model card

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  # Math-RoBerta for NLP tasks in math learning environments
2
 
3
- This model is fine-tuned with GPT2-xl with over 3,000,000 posts and replies from students and instructors in Algebra Nation (https://www.mathnation.com/). It was trained to allow researchers to control generated responses' safety using tags `[SAFE]` and `[UNSAFE]`
4
 
5
  ### Here is how to use it with texts in HuggingFace
6
  ```python
 
1
  # Math-RoBerta for NLP tasks in math learning environments
2
 
3
+ This model is fine-tuned with GPT2-xl with 8 Nvidia RTX 1080Ti GPUs and enhanced with conversation safety policies (e.g., threat, profanity, identity attack) using 3,000,000 math discussion posts by students and facilitators on Algebra Nation (https://www.mathnation.com/). SafeMathBot consists of 48 layers and over 1.5 billion parameters, consuming up to 6 gigabytes of disk space. Researchers can experiment with and finetune the model to help construct math conversational AI that can effectively avoid unsafe response generation. It was trained to allow researchers to control generated responses' safety using tags `[SAFE]` and `[UNSAFE]`
4
 
5
  ### Here is how to use it with texts in HuggingFace
6
  ```python