Spaces:
Sleeping
Sleeping
File size: 549 Bytes
a8b25d1 03eec87 a8b25d1 a9ea03f 03eec87 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
---
title: Comma fixer
emoji: 🤗
colorFrom: red
colorTo: indigo
sdk: docker
sdk_version: 20.10.17
app_file: app.py
pinned: true
app_port: 8000
---
`sudo service docker start`
`docker log [id]` for logs from the container.
`docker build -t comma-fixer --target test .` for tests
`git push hub` to deploy to huggingface hub, after adding a remote
Reported token classification F1 scores on commas for different languages:
| English | German | French | Italian |
|---------|--------|--------|---------|
| 0.819 | 0.945 | 0.831 | 0.798 |
|