!874 [武汉理工大学][高校贡献][Mindspore][HyperText] GPU+Ascend
Merge pull request !874 from 徐聪/master
No related branches found
No related tags found
Showing
- research/nlp/hypertext/README_CN.md 287 additions, 0 deletionsresearch/nlp/hypertext/README_CN.md
- research/nlp/hypertext/create_dataset.py 42 additions, 0 deletionsresearch/nlp/hypertext/create_dataset.py
- research/nlp/hypertext/eval.py 65 additions, 0 deletionsresearch/nlp/hypertext/eval.py
- research/nlp/hypertext/export.py 86 additions, 0 deletionsresearch/nlp/hypertext/export.py
- research/nlp/hypertext/model.png 0 additions, 0 deletionsresearch/nlp/hypertext/model.png
- research/nlp/hypertext/requirements.txt 2 additions, 0 deletionsresearch/nlp/hypertext/requirements.txt
- research/nlp/hypertext/scripts/data_process.sh 26 additions, 0 deletionsresearch/nlp/hypertext/scripts/data_process.sh
- research/nlp/hypertext/scripts/run_eval.sh 25 additions, 0 deletionsresearch/nlp/hypertext/scripts/run_eval.sh
- research/nlp/hypertext/scripts/run_standalone_train.sh 24 additions, 0 deletionsresearch/nlp/hypertext/scripts/run_standalone_train.sh
- research/nlp/hypertext/src/config.py 78 additions, 0 deletionsresearch/nlp/hypertext/src/config.py
- research/nlp/hypertext/src/data_preprocessing.py 70 additions, 0 deletionsresearch/nlp/hypertext/src/data_preprocessing.py
- research/nlp/hypertext/src/dataset.py 312 additions, 0 deletionsresearch/nlp/hypertext/src/dataset.py
- research/nlp/hypertext/src/hypertext.py 74 additions, 0 deletionsresearch/nlp/hypertext/src/hypertext.py
- research/nlp/hypertext/src/hypertext_train.py 143 additions, 0 deletionsresearch/nlp/hypertext/src/hypertext_train.py
- research/nlp/hypertext/src/math_utils.py 37 additions, 0 deletionsresearch/nlp/hypertext/src/math_utils.py
- research/nlp/hypertext/src/mobius_linear.py 58 additions, 0 deletionsresearch/nlp/hypertext/src/mobius_linear.py
- research/nlp/hypertext/src/poincare.py 277 additions, 0 deletionsresearch/nlp/hypertext/src/poincare.py
- research/nlp/hypertext/src/radam_optimizer.py 75 additions, 0 deletionsresearch/nlp/hypertext/src/radam_optimizer.py
- research/nlp/hypertext/train.py 131 additions, 0 deletionsresearch/nlp/hypertext/train.py
research/nlp/hypertext/README_CN.md
0 → 100644
research/nlp/hypertext/create_dataset.py
0 → 100644
research/nlp/hypertext/eval.py
0 → 100644
research/nlp/hypertext/export.py
0 → 100644
research/nlp/hypertext/model.png
0 → 100644
307 KiB
research/nlp/hypertext/requirements.txt
0 → 100644
research/nlp/hypertext/scripts/run_eval.sh
0 → 100644
research/nlp/hypertext/src/config.py
0 → 100644
research/nlp/hypertext/src/dataset.py
0 → 100644
research/nlp/hypertext/src/hypertext.py
0 → 100644
research/nlp/hypertext/src/math_utils.py
0 → 100644
research/nlp/hypertext/src/mobius_linear.py
0 → 100644
research/nlp/hypertext/src/poincare.py
0 → 100644
research/nlp/hypertext/train.py
0 → 100644