Update README.md
Browse files
README.md
CHANGED
@@ -61,25 +61,3 @@ outputs = model.generate(
|
|
61 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
62 |
```
|
63 |
|
64 |
-
## Citation
|
65 |
-
|
66 |
-
If you use this model in your research, please cite:
|
67 |
-
|
68 |
-
```
|
69 |
-
@misc{gemma-2b-finetuned-atlaset,
|
70 |
-
author = {Yamemaru},
|
71 |
-
title = {Gemma-2B Fine-tuned on Atlaset},
|
72 |
-
year = {2025},
|
73 |
-
publisher = {HuggingFace},
|
74 |
-
journal = {HuggingFace Repository},
|
75 |
-
howpublished = {\url{https://huggingface.co/Yamemaru/gemma-2b-finetuned-atlaset}}
|
76 |
-
}
|
77 |
-
```
|
78 |
-
|
79 |
-
## License
|
80 |
-
|
81 |
-
This model is subject to the license of the original Gemma-2B model.
|
82 |
-
|
83 |
-
## Contact
|
84 |
-
|
85 |
-
For questions or feedback, please open an issue on the model's GitHub repository or reach out through Hugging Face.
|
|
|
61 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
62 |
```
|
63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|