lst-nectec/lst20
Updated • 151 • 6
How to use Kannawich/premodel with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="Kannawich/premodel") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("Kannawich/premodel")
model = AutoModelForTokenClassification.from_pretrained("Kannawich/premodel")This model is a fine-tuned version of Geotrend/bert-base-th-cased on the lst20 dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: