Instructions to use asdc/gemma-2B-multilingual-temporal-expression-normalization with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use asdc/gemma-2B-multilingual-temporal-expression-normalization with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-2b-it") model = PeftModel.from_pretrained(base_model, "asdc/gemma-2B-multilingual-temporal-expression-normalization") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
ea1fbfd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:520a72e71f806afca24ca06fb29cd8117e7a27e278ed8b3dd72955cacccbfb97
size 20359290
|