Skip to content

Commit

Permalink
docs: update link to classification_example_test.py (#11094)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuel-ferdman authored Dec 6, 2023
1 parent 74e67dd commit 505f9bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions official/projects/text_classification_example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class ClassificationDataLoader(data_loader.DataLoader):
...
```

Overall, loader will translate the tf.Example to approiate format for model to
Overall, loader will translate the tf.Example to appropriate format for model to
consume. Then in Task.build_inputs, link the dataset like

```python
Expand Down Expand Up @@ -88,7 +88,7 @@ task_config = classification_example.ClassificationExampleConfig()
task = classification_example.ClassificationExampleTask(task_config)
```

TIPs: You can also check the [unittest](https://github.com/tensorflow/models/blob/master/official/nlp/projects/example/classification_example_test.py)
TIPs: You can also check the [unittest](https://github.com/tensorflow/models/blob/master/official/projects/text_classification_example/classification_example_test.py)
for better understanding.

### Finetune
Expand Down

0 comments on commit 505f9bf

Please sign in to comment.