Try adding readme YAML
Browse files
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Classify text by UNSPSC family
|
2 |
|
3 |
Forked from https://huggingface.co/govspend/unspsc_family_5examples_test2
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: apache-2.0
|
5 |
+
base_model: https://huggingface.co/govspend/unspsc_family_5examples_test2
|
6 |
+
---
|
7 |
# Classify text by UNSPSC family
|
8 |
|
9 |
Forked from https://huggingface.co/govspend/unspsc_family_5examples_test2
|