Robert Gale commited on
Commit
d71247f
Β·
1 Parent(s): e6b8050
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -33,14 +33,14 @@ BartForConditionalGeneration.from_pretrained("palat/bort", variant="bort-sp")
33
 
34
  The following variants are available, pre-trained on the specified proportion of each task:
35
 
36
- | Code | Pronunciation | Spelling | Noise |
37
- |----------------------|---------------|----------|-------|
38
- | `bort-pr` | 10% | β€” | β€” |
39
- | `bort-sp` | β€” | 10% | β€” |
40
- | `bort-pr-sp` | 10% | 10% | β€” |
41
- | `bort-pr-noisy` | 10% | β€” | 5% |
42
- | `bort-sp-noisy` | β€” | 10% | 5% |
43
- | `bort-pr-sp-noisy` | 10% | 10% | 5% |
44
 
45
 
46
  ## Basic usage
 
33
 
34
  The following variants are available, pre-trained on the specified proportion of each task:
35
 
36
+ | Variant | Pronunciation | Spelling | Noise |
37
+ |--------------------|---------------|----------|-------|
38
+ | `bort-pr` | 10% | β€” | β€” |
39
+ | `bort-sp` | β€” | 10% | β€” |
40
+ | `bort-pr-sp` | 10% | 10% | β€” |
41
+ | `bort-pr-noisy` | 10% | β€” | 5% |
42
+ | `bort-sp-noisy` | β€” | 10% | 5% |
43
+ | `bort-pr-sp-noisy` | 10% | 10% | 5% |
44
 
45
 
46
  ## Basic usage