Readme and base model
Browse files- README.md +12 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Token classification for FOODs.
|
2 |
+
|
3 |
+
Detects foods in sentences.
|
4 |
+
|
5 |
+
Currently, only supports spanish. Multiple words foods are detected as one entity.
|
6 |
+
|
7 |
+
## To-do
|
8 |
+
|
9 |
+
- English support.
|
10 |
+
- Negation support.
|
11 |
+
- Quantity tags.
|
12 |
+
- Psychosocial tags.
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 538987973
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0ffd449e1adf2e35127a80fc6cd667cd938985c0b9d2e62ebdb5af4be49227f
|
3 |
size 538987973
|