MorishT commited on
Commit
45c2e3c
·
1 Parent(s): 0c1e49a

[update] readme

Browse files
Files changed (1) hide show
  1. README.honoka.md +2 -0
README.honoka.md CHANGED
@@ -2,6 +2,8 @@
2
  1. Create hub space from web.
3
  2. Clone that repository like `git clone https://huggingface.co/spaces/hitachi-nlp/FLD-metrics`
4
  3. Update the repository.
 
 
5
  4. Push to the hub like `git push [email protected]:spaces/hitachi-nlp/FLD-metrics main`
6
 
7
 
 
2
  1. Create hub space from web.
3
  2. Clone that repository like `git clone https://huggingface.co/spaces/hitachi-nlp/FLD-metrics`
4
  3. Update the repository.
5
+ - **Note that the repository name and the main script name must be the same, e.g., `hitachi-nlp/FLD_metrics` and `FLD_metrics.py`**
6
+ - See [here](https://huggingface.co/spaces/evaluate-metric/accuracy/tree/main) for how to write scripts.
7
  4. Push to the hub like `git push [email protected]:spaces/hitachi-nlp/FLD-metrics main`
8
 
9