Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anbestCL authored Jul 10, 2019
1 parent f5243e7 commit 3cc1180
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ The two architectures are tested on the English [ATIS dataset](https://github.co

## Structure of repository

The [source](../src) folder includes python and bash scripts designed for the different configurations. There is a main [tagger](../src/py-scripts/tagger.py) script which uses the [FOFE](../src/py-scripts/fofe_model.py)_ or the [Classic](../src/py-scripts/classic_model.py) depending on the model to be trained. [Data preparation](../src/py-scripts/prep.py) for both corpora is done in advance.
To test different parameter configurations there is a wrapper class for the tagger module which can be used for [hyper paramter optimisation](../src/py-scripts/hyperopt.py).
The [source](src) folder includes python and bash scripts designed for the different configurations. There is a main [tagger](src/py-scripts/tagger.py) script which uses the [FOFE](../src/py-scripts/fofe_model.py)_ or the [Classic](src/py-scripts/classic_model.py) depending on the model to be trained. [Data preparation](src/py-scripts/prep.py) for both corpora is done in advance.
To test different parameter configurations there is a wrapper class for the tagger module which can be used for [hyper paramter optimisation](src/py-scripts/hyperopt.py).

### Implementation

Expand All @@ -29,7 +29,7 @@ Atis/Tiger | FOFE | Classic | FOFE | Classic | FOFE | Classic | FOFE | Cla
Atis| 0.28 | 0.04 | 0.34 | 0.08 | 0.47 | 0.19 | 0.91 | 0.98 | 0.48 | 0.74 | 0.98
Tiger | 0.94 | 0.11| 0.92 | 0.38 | 0.99 | 0.49 |0.71 | 0.91 | 0.5 | 0.78 | 1.27

More details including visualisations can be found in the written [report](../documentation.pdf).
More details including visualisations can be found in the written [report](documentation.pdf).

### Conclusion

Expand Down

0 comments on commit 3cc1180

Please sign in to comment.