Skip to content

Commit

Permalink
support prompt_tuning (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvyufeng authored May 14, 2024
1 parent dd25d53 commit 36af8a8
Show file tree
Hide file tree
Showing 49 changed files with 3,884 additions and 1,058 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.12"
python: "3.9"

mkdocs:
configuration: mkdocs.yml
Expand Down
2 changes: 1 addition & 1 deletion examples/question_answer/bidaf_squad_scratch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"from mindspore.common.initializer import Uniform, HeUniform, initializer\n",
"\n",
"import mindnlp\n",
"from mindnlp.abc import Seq2vecModel\n",
"from mindnlp._legacy.abc import Seq2vecModel\n",
"from mindnlp.modules import Glove, StaticLSTM\n",
"from mindnlp.transforms import BasicTokenizer\n",
"\n",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 36af8a8

Please sign in to comment.