File size: 536 Bytes
570cd53 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # Transformer Vector Alignment Analysis Checkpoints
This repository contains the model checkpoints used in the project **Vector-Based Analysis of Alignment in Large Language Models**.
Main GitHub repository:
https://github.com/canbingol/transformer-vector-analysis
## Checkpoints
- `random_decoder.pt`
- `pretrained_decoder.pt`
- `alpaca_instruction_tuned_decoder.pt`
- `openhermes_instruction_tuned_decoder.pt`
These checkpoints are provided separately because the model weight files are too large for the main GitHub repository. |