Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,9 @@ language:
|
|
11 |
- zh
|
12 |
pipeline_tag: text-classification
|
13 |
---
|
14 |
-
# fasttext-med-en-zh-identification
|
|
|
|
|
15 |
|
16 |
<a id="english"></a>
|
17 |
|
@@ -70,7 +72,9 @@ model = fasttext.load_model('fasttext.bin')
|
|
70 |
model.predict(to_low('Hello, world!'))
|
71 |
```
|
72 |
|
73 |
-
# fasttext-med-en-zh-identification
|
|
|
|
|
74 |
|
75 |
<a id="chinese"></a>
|
76 |
|
|
|
11 |
- zh
|
12 |
pipeline_tag: text-classification
|
13 |
---
|
14 |
+
# fasttext-med-en-zh-identification
|
15 |
+
|
16 |
+
[[中文]](#chinese) [[English]](#english)
|
17 |
|
18 |
<a id="english"></a>
|
19 |
|
|
|
72 |
model.predict(to_low('Hello, world!'))
|
73 |
```
|
74 |
|
75 |
+
# fasttext-med-en-zh-identification
|
76 |
+
|
77 |
+
[[中文]](#chinese) [[English]](#english)
|
78 |
|
79 |
<a id="chinese"></a>
|
80 |
|