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