daviddrzik
commited on
Commit
•
6f1de7c
1
Parent(s):
74e3df1
Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
language:
|
4 |
-
- sk
|
5 |
-
pipeline_tag: token-classification
|
6 |
-
library_name: transformers
|
7 |
-
metrics:
|
8 |
-
- f1
|
9 |
-
base_model: daviddrzik/SK_BPE_BLM
|
10 |
-
tags:
|
11 |
-
- pos-tagging
|
12 |
-
datasets:
|
13 |
-
- universal-dependencies/universal_dependencies
|
14 |
-
---
|
15 |
|
16 |
# Fine-Tuned POS Tagging Model - SK_BPE_BLM (POS Tags)
|
17 |
|
@@ -64,7 +64,7 @@ This model is suitable for tokenization and POS tagging of Slovak text. It is sp
|
|
64 |
|
65 |
### Example Usage
|
66 |
|
67 |
-
Below is an example of how to use the fine-tuned `
|
68 |
|
69 |
```python
|
70 |
import torch
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- sk
|
5 |
+
pipeline_tag: token-classification
|
6 |
+
library_name: transformers
|
7 |
+
metrics:
|
8 |
+
- f1
|
9 |
+
base_model: daviddrzik/SK_BPE_BLM
|
10 |
+
tags:
|
11 |
+
- pos-tagging
|
12 |
+
datasets:
|
13 |
+
- universal-dependencies/universal_dependencies
|
14 |
+
---
|
15 |
|
16 |
# Fine-Tuned POS Tagging Model - SK_BPE_BLM (POS Tags)
|
17 |
|
|
|
64 |
|
65 |
### Example Usage
|
66 |
|
67 |
+
Below is an example of how to use the fine-tuned `SK_BPE_BLM-pos ` model in a Python script:
|
68 |
|
69 |
```python
|
70 |
import torch
|