Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions llm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The following notebooks are actively maintained in sync with MindSpore and MindS
| No. | Model | Description |
| :-- | :---- | :----------------------- |
| 1 | [t5](./t5/) | Includes notebooks for T5 finetuning and inference on tasks such as email summarization |
| 2 | [BERT (SWAG Multiple Choice)](./bert/finetune_bert_multiple_choice.ipynb) | Fine-tuning BERT on SWAG dataset for Multiple Choice tasks using MindSpore NLP |

### Community-Driven / Legacy Applications

Expand Down
Loading