https://github.com/mohsenhariri/common-research
https://github.com/mohsenhariri/common-research
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohsenhariri/common-research
- Owner: mohsenhariri
- License: gpl-3.0
- Created: 2024-10-24T18:12:23.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-02-18T20:37:48.000Z (3 months ago)
- Last Synced: 2025-02-18T21:35:45.876Z (3 months ago)
- Size: 4.92 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Common Research
* Python
* Git
* SSH- The best reference and starting point for using the HPC is the [Case HPC Website](https://sites.google.com/a/case.edu/hpcc/).
- HPC resource management guid is available [here](https://cwru-llm-workshop.notion.site/HPC-Resources-1056ed3cae46806cbc1cd8b32ab1cb17).## Research on LLMs
Notes:
- Make sure to read [Dr. Han](https://ahxt.github.io/)'s [How to be a Good HPC Citizen](https://mlcase.notion.site/How-to-be-a-Good-HPC-Citizen-160867616eb980fa8c76c3965d729a7b) notes.
- All pretrained weights are available on `/mnt/rds/VipinRDS/VipinRDS/users/mxh1029/llms/hub` directory on the HPC as read-only files. You don’t need to download the model weights.
- For inference tasks, you can directly use the pretrained weights.
- For tasks that require modifying the weights (e.g., fine-tuning), you must save the weights in your own directory.