Instructions to use Benjamin-eecs/Llama-3.1-8B-Instruct-NLRL-TicTacToe-Value with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Benjamin-eecs/Llama-3.1-8B-Instruct-NLRL-TicTacToe-Value with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Benjamin-eecs/Llama-3.1-8B-Instruct-NLRL-TicTacToe-Value")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Benjamin-eecs/Llama-3.1-8B-Instruct-NLRL-TicTacToe-Value") model = AutoModel.from_pretrained("Benjamin-eecs/Llama-3.1-8B-Instruct-NLRL-TicTacToe-Value", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K