Spaces:
Running
Running
MorishT
commited on
Commit
·
0c1e49a
1
Parent(s):
adb6e72
[update] readme
Browse files- README.honoka.md +8 -2
README.honoka.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
-
#
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
* [Creating and sharing a new evaluation](https://huggingface.co/docs/evaluate/creating_and_sharing)
|
4 |
* [evaluate-metric/accuracy at main](https://huggingface.co/spaces/evaluate-metric/accuracy/tree/main)
|
5 |
* [evaluate-metric/mase at main](https://huggingface.co/spaces/evaluate-metric/mase/blob/main/mase.py)
|
|
|
1 |
+
# How to Develop
|
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 |
+
|
8 |
+
# References
|
9 |
* [Creating and sharing a new evaluation](https://huggingface.co/docs/evaluate/creating_and_sharing)
|
10 |
* [evaluate-metric/accuracy at main](https://huggingface.co/spaces/evaluate-metric/accuracy/tree/main)
|
11 |
* [evaluate-metric/mase at main](https://huggingface.co/spaces/evaluate-metric/mase/blob/main/mase.py)
|