Views
No views yet
traintestvalidationQuestion| Metric | Value |
|---|---|
| accuracy | 0.794392523364486 |
| precision | 0.5 |
| recall | 0.8409090909090909 |
| f1 | 0.6271186440677967 |
| total_seen | 214 |
| Metric | Value |
|---|---|
| accuracy | 0.9065420560747663 |
| precision | 0.9285714285714286 |
| recall | 0.5909090909090909 |
| f1 | 0.7222222222222223 |
| total_seen | 214 |
1from transformers import AutoModelForCausalLM, AutoTokenizer
2
3model = AutoModelForCausalLM.from_pretrained("eriksalt/reddit-rpg-rules-questions-classifier-merged")
4tokenizer = AutoTokenizer.from_pretrained("eriksalt/reddit-rpg-rules-questions-classifier-merged")