Skip to content

Commit

Permalink
Update title hyper links.
Browse files Browse the repository at this point in the history
  • Loading branch information
hlums committed Aug 19, 2019
1 parent c8c3f76 commit f9d09c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion utils_nlp/common/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [Common](common)
## [Common](.)

This submodule contains high-level common utilities used across multiple algorithms and frameworks as well as helper functions for managing aspects of different frameworks like pytorch.
For example, [pytorch_utils.py](./pytorch_utils.py) contains utilities to interact with PyTorch like getting a device architecture (cpu or gpu), moves a model to a specific device, and handles parallelism when multiple gpus are present.
2 changes: 1 addition & 1 deletion utils_nlp/dataset/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [Dataset](dataset)
## [Dataset](.)
This submodule includes helper functions for downloading datasets and formatting them appropriately as well as utilities for splitting data for training / testing.

## Data Loading
Expand Down
2 changes: 1 addition & 1 deletion utils_nlp/eval/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## [Evaluation](eval)
## [Evaluation](.)
The evaluation (eval) submodule includes functionalities for computing metrics for evaluating NLP model performance. There are general evaluation metrics like accuracy, precision, recall, and f1 scores for classification scenarios. In addition, we also include evaluation utilities for specialized tasks like question answering and sentence embedding.

0 comments on commit f9d09c0

Please sign in to comment.