Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- flair
|
4 |
+
- token-classification
|
5 |
+
- sequence-tagger-model
|
6 |
+
language: fr
|
7 |
+
widget:
|
8 |
+
- text: "12 séries de 2 minutes 38 minutes entre série"
|
9 |
+
|
10 |
+
---
|
11 |
+
#### This model is used in the [Speech Interval Timer app](https://medium.com/@amtam0/speech-interval-timer-app-using-transformers-1df8fa3821d5)
|
12 |
+
|
13 |
+
7-class NER French model using [Flair TransformerWordEmbeddings - camembert-base](https://github.com/flairNLP/flair/).
|
14 |
+
|
15 |
+
| **tag** | **meaning** |
|
16 |
+
|---------------------------------|-----------|
|
17 |
+
| nb_rounds | Number of rounds |
|
18 |
+
| duration_br_sd | Duration btwn rounds in seconds |
|
19 |
+
| duration_br_min | Duration btwn rounds in minutes |
|
20 |
+
| duration_br_hr | Duration btwn rounds in hours |
|
21 |
+
| duration_wt_sd | workout duration in seconds |
|
22 |
+
| duration_wt_min | workout duration in minutes |
|
23 |
+
| duration_wt_hr | workout duration in hours |
|
24 |
+
---
|
25 |
+
Synthetic dataset has been used (perfectible). Sentences example in the widget.
|