Update README.md
Browse files
README.md
CHANGED
|
@@ -48,7 +48,7 @@ outputs = model.generate(**inputs, max_length=100)
|
|
| 48 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
| 49 |
|
| 50 |
|
| 51 |
-
Training Details
|
| 52 |
|
| 53 |
|
| 54 |
|
|
@@ -65,14 +65,14 @@ Total Training Steps: 60
|
|
| 65 |
Training Time: ~3.5 minutes
|
| 66 |
|
| 67 |
|
| 68 |
-
Dataset
|
| 69 |
|
| 70 |
The dataset consists of gameplay tips, lore insights, and strategic guidance, formatted into conversational question-and-answer pairs.
|
| 71 |
|
| 72 |
Note: As this dataset was semi-automatically generated from community resources, it may contain inaccuracies or gaps. Feedback is welcome for future improvements.
|
| 73 |
|
| 74 |
|
| 75 |
-
Limitations and Future Work
|
| 76 |
|
| 77 |
Dataset Gaps: The dataset may not fully cover Valheims gameplay and lore, and some responses may be incomplete or inaccurate.
|
| 78 |
|
|
@@ -81,7 +81,7 @@ Generalization: This model is focused solely on Valheim-related content and may
|
|
| 81 |
Iterative Improvement: Future versions will refine the dataset and model based on testing and community feedback.
|
| 82 |
|
| 83 |
|
| 84 |
-
Contact and Feedback
|
| 85 |
|
| 86 |
This is an experimental project created by a novice AI enthusiast. Feedback, suggestions, and collaborations are highly welcome! Feel free to reach out via Hugging Face.
|
| 87 |
|
|
|
|
| 48 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
| 49 |
|
| 50 |
|
| 51 |
+
## Training Details
|
| 52 |
|
| 53 |
|
| 54 |
|
|
|
|
| 65 |
Training Time: ~3.5 minutes
|
| 66 |
|
| 67 |
|
| 68 |
+
## Dataset
|
| 69 |
|
| 70 |
The dataset consists of gameplay tips, lore insights, and strategic guidance, formatted into conversational question-and-answer pairs.
|
| 71 |
|
| 72 |
Note: As this dataset was semi-automatically generated from community resources, it may contain inaccuracies or gaps. Feedback is welcome for future improvements.
|
| 73 |
|
| 74 |
|
| 75 |
+
## Limitations and Future Work
|
| 76 |
|
| 77 |
Dataset Gaps: The dataset may not fully cover Valheims gameplay and lore, and some responses may be incomplete or inaccurate.
|
| 78 |
|
|
|
|
| 81 |
Iterative Improvement: Future versions will refine the dataset and model based on testing and community feedback.
|
| 82 |
|
| 83 |
|
| 84 |
+
## Contact and Feedback
|
| 85 |
|
| 86 |
This is an experimental project created by a novice AI enthusiast. Feedback, suggestions, and collaborations are highly welcome! Feel free to reach out via Hugging Face.
|
| 87 |
|