Instructions to use axyzdong/AMchat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use axyzdong/AMchat with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="axyzdong/AMchat", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("axyzdong/AMchat", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
AM (Advanced Mathematics) Chat is a large-scale language model that integrates mathematical knowledge, advanced mathematics problems, and their solutions. This model utilizes a dataset that combines Math and advanced mathematics problems with their analyses. It is based on the InternLM2-Math-7B model and has been fine-tuned with xtuner, specifically designed to solve advanced mathematics problems.
If you find this project helpful, feel free to ⭐ Star it and help more people discover it!
- Downloads last month
- 8