Instructions to use karthick1/TestNlpScoring with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use karthick1/TestNlpScoring with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("karthick1/TestNlpScoring", set_active=True) - Notebooks
- Google Colab
- Kaggle
Delete CHANGELOG.md
Browse files- CHANGELOG.md +0 -15
CHANGELOG.md
DELETED
|
@@ -1,15 +0,0 @@
|
|
| 1 |
-
# Changelog
|
| 2 |
-
All notable changes to this project will be documented in this file.
|
| 3 |
-
|
| 4 |
-
## [released]
|
| 5 |
-
- V 1.0.0
|
| 6 |
-
|
| 7 |
-
## [1.0.0] - 2020-07-13
|
| 8 |
-
|
| 9 |
-
### Added
|
| 10 |
-
- Tokenization added
|
| 11 |
-
- Word lemmatizer added
|
| 12 |
-
|
| 13 |
-
### Changed
|
| 14 |
-
- Individual sentence scoring changed with cumulative bleu score calculation.
|
| 15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|