FLD_metrics / README.honoka.md
MorishT
[update] readme
8d4afcd
|
raw
history blame contribute delete
No virus
910 Bytes
# How to Develop
1. Create hub space from web.
2. Clone that repository like `git clone https://huggingface.co/spaces/hitachi-nlp/FLD-metrics`
3. Update the repository.
- **Note that the repository name and the main script name must be the same, e.g., `hitachi-nlp/FLD_metrics` and `FLD_metrics.py`**
- See [here](https://huggingface.co/spaces/evaluate-metric/accuracy/tree/main) for how to write scripts.
- We have to delete html and css files if we want to show the README.md at the top page.
4. Push to the hub like `git push git@hf.co:spaces/hitachi-nlp/FLD-metrics main`
# References
* [Creating and sharing a new evaluation](https://huggingface.co/docs/evaluate/creating_and_sharing)
* [evaluate-metric/accuracy at main](https://huggingface.co/spaces/evaluate-metric/accuracy/tree/main)
* [evaluate-metric/mase at main](https://huggingface.co/spaces/evaluate-metric/mase/blob/main/mase.py)