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
Binary file added .DS_Store
Binary file not shown.
9 changes: 5 additions & 4 deletions nlp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

This directory contains ready-to-use Natural Language Processing application notebooks built with MindSpore. Each notebook demonstrates a complete or partial workflow—training, finetuning, or inference—along with a brief introduction to the model used.

## Application List
## Application List

| No. | Model | Description |
| :-- | :---- | :------------------------------ |
| 1 | / | This section is empty for now — feel free to contribute your first application! |
| No. | Model | Description |
| :--- | :------------- | :----------------------------------------------------------- |
| 1 | paddleOCR 0.9B | Includes notebooks for paddleOCR 0.9B inferecne on tasks such as text detection |

## Contributing New NLP Applications

Expand All @@ -16,3 +16,4 @@ To contribute a new NLP application:
2. If the model does not yet have its own directory, create a new one following the existing structure.
3. Follow the notebook writing and naming standards in the [Contributing Guidelines](https://github.com/mindspore-courses/applications/wiki/Contributing-Guidelines).
4. Update the application list in the README if required.

Loading