Instructions to use Joshi-Aryan/Fine_Tuned_HF_Language_Identification_Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Joshi-Aryan/Fine_Tuned_HF_Language_Identification_Model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Joshi-Aryan/Fine_Tuned_HF_Language_Identification_Model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Joshi-Aryan/Fine_Tuned_HF_Language_Identification_Model") model = AutoModelForSequenceClassification.from_pretrained("Joshi-Aryan/Fine_Tuned_HF_Language_Identification_Model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
567161b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d2cfad20cffe487f12be9be3ff681919ced6737908b77141e20e70034f3d413c
size 2224498234
|