Sentence Similarity
Transformers
Safetensors
Japanese
llama
feature-extraction
mirei
llm2vec
text-embedding
embeddings
retrieval
custom_code
text-embeddings-inference
Instructions to use iamtatsuki05/Llama-Bi-JP-0.5B-PT-stage2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use iamtatsuki05/Llama-Bi-JP-0.5B-PT-stage2 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("iamtatsuki05/Llama-Bi-JP-0.5B-PT-stage2", trust_remote_code=True) model = AutoModel.from_pretrained("iamtatsuki05/Llama-Bi-JP-0.5B-PT-stage2", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!