Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianeboyd committed Jul 31, 2023
1 parent ee6cd2a commit c25ba33
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions benchmarks/pretraining_morphologizer_oscar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ Commands are only re-run if their inputs have changed.
| `download_model` | Download the specified spaCy model for vector-objective pretraining |
| `extract_ud` | Extract the ud-treebanks data |
| `convert_ud` | Convert the ud-treebanks data to spaCy's format |
| `train` | Train a morphologizer component without pretrained weights |
| `evaluate` | Evaluate the trained morphologizer component without pretrained weights |
| `train` | Train a morphologizer component without pretrained weights and static vectors |
| `evaluate` | Evaluate the trained morphologizer component without pretrained weights and static vectors |
| `train_static` | Train a morphologizer component with static vectors from a pretrained model |
| `evaluate_static` | Evaluate the trained morphologizer component with static weights |
| `pretrain_char` | Pretrain a tok2vec component with the character objective |
| `train_char` | Train a morphologizer component with pretrained weights (character_objective) |
| `evaluate_char` | Evaluate the trained morphologizer component with pretrained weights (character-objective) |
Expand All @@ -49,6 +51,7 @@ inputs have changed.
| --- | --- |
| `data` | `download_oscar` → `download_model` → `extract_ud` → `convert_ud` |
| `training` | `train` → `evaluate` |
| `training_static` | `train_static` → `evaluate_static` |
| `training_char` | `pretrain_char` → `train_char` → `evaluate_char` |
| `training_vector` | `pretrain_vector` → `train_vector` → `evaluate_vector` |
| `training_trf` | `train_trf` → `evaluate_trf` |
Expand Down

0 comments on commit c25ba33

Please sign in to comment.