Skip to content

Commit 8cdac80

Browse files
authored
[Modelzoo] Update the description of the directory structure in the README. (#758)
1 parent 5315f09 commit 8cdac80

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

modelzoo/bst/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
The following is a brief directory structure and description for this example:
44
```
55
├── data # Data set directory
6-
│ └── README.md # Documentation describing how to prepare dataset
76
├── distribute_k8s # Distributed training related files
87
│ ├── distribute_k8s_BF16.yaml # k8s yaml to crate a training job with BF16 feature
98
│ ├── distribute_k8s_FP32.yaml # k8s yaml to crate a training job

modelzoo/dbmtl/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
The following is a brief directory structure and description for this example:
44
```
55
├── data # Data set directory
6-
│ └── README.md # Documentation describing how to prepare dataset
76
├── distribute_k8s # Distributed training related files
87
│ ├── distribute_k8s_BF16.yaml # k8s yaml to crate a training job with BF16 feature
98
│ ├── distribute_k8s_FP32.yaml # k8s yaml to crate a training job

modelzoo/dssm/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
The following is a brief directory structure and description for this example:
33
```
44
├── data # Data set directory
5-
│ └── README.md # Documentation describing how to prepare dataset
65
├── distribute_k8s # Distributed training related files
76
│ ├── distribute_k8s_BF16.yaml # k8s yaml to crate a training job with BF16 feature
87
│ ├── distribute_k8s_FP32.yaml # k8s yaml to crate a training job

modelzoo/esmm/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
The following is a brief directory structure and description for this example:
33
```
44
├── data # Data set directory
5-
│ └── README.md # Documentation describing how to prepare dataset
65
├── distribute_k8s # Distributed training related files
76
│ ├── distribute_k8s_BF16.yaml # k8s yaml to crate a training job with BF16 feature
87
│ ├── distribute_k8s_FP32.yaml # k8s yaml to crate a training job

modelzoo/mmoe/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
The following is a brief directory structure and description for this example:
44
```
55
├── data # Data set directory
6-
│ └── README.md # Documentation describing how to prepare dataset
76
├── distribute_k8s # Distributed training related files
87
│ ├── distribute_k8s_BF16.yaml # k8s yaml to crate a training job with BF16 feature
98
│ ├── distribute_k8s_FP32.yaml # k8s yaml to crate a training job

modelzoo/ple/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
The following is a brief directory structure and description for this example:
44
```
55
├── data # Data set directory
6-
│ └── README.md # Documentation describing how to prepare dataset
76
├── distribute_k8s # Distributed training related files
87
│ ├── distribute_k8s_BF16.yaml # k8s yaml to crate a training job with BF16 feature
98
│ ├── distribute_k8s_FP32.yaml # k8s yaml to crate a training job

modelzoo/simple_multitask/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
The following is a brief directory structure and description for this example:
33
```
44
├── data # Data set directory
5-
│ └── README.md # Documentation describing how to prepare dataset
65
├── distribute_k8s # Distributed training related files
76
│ ├── distribute_k8s_BF16.yaml # k8s yaml to crate a training job with BF16 feature
87
│ ├── distribute_k8s_FP32.yaml # k8s yaml to crate a training job

0 commit comments

Comments
 (0)