Instructions to use Roblox/Llama-3.1-8B-Instruct-RobloxGuard-1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Roblox/Llama-3.1-8B-Instruct-RobloxGuard-1.0 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Roblox/Llama-3.1-8B-Instruct-RobloxGuard-1.0")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Roblox/Llama-3.1-8B-Instruct-RobloxGuard-1.0", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Potential Licensing and Naming Issues
#1
by AmenRa - opened
Hi, I see this model is based on Llama 3.1 8B, which is provided under this license.
Unfortunately, I am worried you are breaking the Llama License:
If you distribute or make available the Llama Materials (or any derivative works
thereof), or a product or service (including another AI model) that contains any of them, you shall (A)
provide a copy of this Agreement with any such Llama Materials; and (B) prominently display “Built with
Llama” on a related website, user interface, blogpost, about page, or product documentation. If you use
the Llama Materials or any outputs or results of the Llama Materials to create, train, fine tune, or
otherwise improve an AI model, which is distributed or made available, you shall also include “Llama” at
the beginning of any such AI model name.
Hope this may be helpful.