Text Classification
Transformers
Safetensors
English
gpt2
text-generation-inference
causal-language-model
conversational
question-answering
Instructions to use Wonder-Griffin/JudgeLLM2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Wonder-Griffin/JudgeLLM2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Wonder-Griffin/JudgeLLM2") messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoTokenizer, GPTForCasualLM tokenizer = AutoTokenizer.from_pretrained("Wonder-Griffin/JudgeLLM2") model = GPTForCasualLM.from_pretrained("Wonder-Griffin/JudgeLLM2") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 60
Browse files- model.safetensors +1 -1
- training_args.bin +3 -0
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 496201344
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5222bef6a8d7807a670657a300687751b1b1dfe09e842cee8ec99e5a307d78bc
|
| 3 |
size 496201344
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e2f42d1c1943fa3f17adb12b9ff782afc8057b67c9d4fee7778f104b09dfdedf
|
| 3 |
+
size 5112
|