Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
RainRat committed Jan 2, 2024
1 parent dceac8b commit bb784e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions data/datasets/safety_directory/child_help/child_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"Ligne Verte 147 Madagascar": {
"region": "Madagascar",
"page": "https://childhelplineinternational.org/madagascar-ligne-verte-147-madagascar/",
"description": "Ligne Verte 147 is a child helpline for reporting cases of mistreatment, violence, abuse and exploitation against children and is is free, available 24/7 and accessible everywhere in Madagascar.",
"description": "Ligne Verte 147 is a child helpline for reporting cases of mistreatment, violence, abuse and exploitation against children and is free, available 24/7 and accessible everywhere in Madagascar.",
"contacts": {
"Website": {"type": "website", "link": "https://arozaza.mg/"},
"147": {"type": "phone", "link": "tel:147"},
Expand Down Expand Up @@ -529,7 +529,7 @@
"Línea Libre": {
"region": "Chile",
"page": "https://childhelplineinternational.org/chile-linea-libre/",
"description": "Línea Libre is is a psychological support channel aimed at girls, boys and young people, which is attended directly by psychologists trained to contain, guide, intervene in crises, and address mental health concerns or rights violations. It is available Monday to Saturday from 10:00 a.m. to 10:00 p.m. through three channels: phone email, and chat via our app.",
"description": "Línea Libre is a psychological support channel aimed at girls, boys and young people, which is attended directly by psychologists trained to contain, guide, intervene in crises, and address mental health concerns or rights violations. It is available Monday to Saturday from 10:00 a.m. to 10:00 p.m. through three channels: phone email, and chat via our app.",
"contacts": {
"Website": {"type": "website", "link": "http://www.linealibre.cl/"},
"1515": {"type": "phone", "link": "tel:1515"},
Expand Down Expand Up @@ -2110,7 +2110,7 @@
"Hotline 919": {
"region": "Qatar",
"page": "https://childhelplineinternational.org/qatar-hotline-919/",
"description": "Hotline 919 provides provides free confidential consultations (social, psychological and legal) for women and children and also provides support to protect and rehabilitate children and women who are victims of violence and family breakdown.",
"description": "Hotline 919 provides free confidential consultations (social, psychological and legal) for women and children and also provides support to protect and rehabilitate children and women who are victims of violence and family breakdown.",
"contacts": {
"Website": {"type": "website", "link": "http://www.aman.org.qa/"},
"919": {"type": "phone", "link": "tel:919"},
Expand Down
2 changes: 1 addition & 1 deletion model/pretokenizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ python -m pip install ../../oasst-data/

### Configuration

The datamix to proces can be configured with one or multiple sections in the
The datamix to process can be configured with one or multiple sections in the
`configs/pretokenize.yaml` file.

### Example usage
Expand Down
2 changes: 1 addition & 1 deletion notebooks/data-augmentation/unified-qa/unified-qa.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@
"def convert_unified_qa(dataset_url):\n",
" # download using pandas\n",
" ds = pd.read_csv(dataset_url, on_bad_lines=\"skip\", names=[\"Question\", \"Answer\"], sep=\"\\t\")\n",
" # get name for metatdata\n",
" # get name for metadata\n",
" ds_name = dataset_url.split(\"/unifiedqa/data/\")[1].split(\"/\")[0]\n",
" # get conversation templates list\n",
" conv_funcs = converter_functions[ds_name]\n",
Expand Down

0 comments on commit bb784e8

Please sign in to comment.