Instructions to use ming030890/chinese-langid with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ming030890/chinese-langid with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ming030890/chinese-langid")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ming030890/chinese-langid") model = AutoModelForSequenceClassification.from_pretrained("ming030890/chinese-langid") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 5000
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 409100240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:964abd13cfe65ff5a2c8895a137f344551ed05f5db49b589db9716b8a426269f
|
| 3 |
size 409100240
|
runs/Mar24_23-14-15_df40d589aba8/events.out.tfevents.1711322112.df40d589aba8.220.5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec484dc1e1f591bf030f1d49490ae62027afef3d2962e09b96cb0f0216658a4d
|
| 3 |
+
size 7365
|