Update README.md
Browse files
README.md
CHANGED
|
@@ -2,12 +2,19 @@
|
|
| 2 |
library_name: transformers
|
| 3 |
tags:
|
| 4 |
- llama-factory
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
# Model Card for Model ID
|
| 8 |
|
| 9 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 10 |
|
|
|
|
| 11 |
|
| 12 |
|
| 13 |
## Model Details
|
|
|
|
| 2 |
library_name: transformers
|
| 3 |
tags:
|
| 4 |
- llama-factory
|
| 5 |
+
license: llama3
|
| 6 |
+
datasets:
|
| 7 |
+
- allenai/ValuePrism
|
| 8 |
+
- Value4AI/ValueBench
|
| 9 |
+
language:
|
| 10 |
+
- en
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for Model ID
|
| 14 |
|
| 15 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 16 |
|
| 17 |
+
ValueLlama is designed for perception-level value measurement in an open-ended value space, which includes two tasks: (1) Relevance classification determines whether a perception is relevant to a value; and (2) Valence classification determines whether a perception supports, opposes, or remains neutral (context-dependent) towards a value. Both tasks are formulated as generating a label given a value and a perception.
|
| 18 |
|
| 19 |
|
| 20 |
## Model Details
|