File size: 644 Bytes
f36d3d7
 
 
 
 
 
 
 
 
 
 
 
daf322e
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: Code Bleu
emoji: 💻
colorFrom: purple
colorTo: yellow
sdk: gradio
sdk_version: 4.26.0
app_file: app.py
pinned: false
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

# Create a new evaluation module in HuggingFace space
Use the evaluate-cli to create a new module

```
evaluate-cli create "Metric name" --module_type "metric"
```
This will create a new space on the HuggingFace hub. You can then clone the space locally and add the code for the computation of the metric.<br/>
More information on: https://huggingface.co/docs/evaluate/main/en/creating_and_sharing#requirements