Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
-
base_model:
|
| 3 |
-
library_name:
|
| 4 |
---
|
| 5 |
|
| 6 |
This is the model used to invert Llama-3-8B activations using a T5-Base model (single activation inversion).
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: google-t5/t5-base
|
| 3 |
+
library_name: vec2text
|
| 4 |
---
|
| 5 |
|
| 6 |
This is the model used to invert Llama-3-8B activations using a T5-Base model (single activation inversion).
|