Skip to content

Commit 505f9bf

Browse files
docs: update link to classification_example_test.py (#11094)
1 parent 74e67dd commit 505f9bf

File tree

1 file changed

+2
-2
lines changed
  • official/projects/text_classification_example

1 file changed

+2
-2
lines changed

Diff for: official/projects/text_classification_example/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class ClassificationDataLoader(data_loader.DataLoader):
4444
...
4545
```
4646

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

5050
```python
@@ -88,7 +88,7 @@ task_config = classification_example.ClassificationExampleConfig()
8888
task = classification_example.ClassificationExampleTask(task_config)
8989
```
9090

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

9494
### Finetune

0 commit comments

Comments
 (0)