Syn News Data-Aug
Collection
3 items • Updated • 1
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("layai/syn-dataaug-news-context")
model = AutoModelForCausalLM.from_pretrained("layai/syn-dataaug-news-context")This model is a fine-tuned version of /juice2/scr2/laya/Meta-Llama-3-8B on an unknown dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| 0.8185 | 1.0482 | 500 | 1.7990 | 0.7391 |
| 0.2771 | 2.0964 | 1000 | 1.8269 | 0.7485 |
Base model
meta-llama/Meta-Llama-3-8B
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="layai/syn-dataaug-news-context")