Transformers
GGUF
English
llama-factory
Inference Endpoints
conversational
aashish1904 commited on
Commit
e75e6d0
1 Parent(s): 42fb46a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+
4
+ library_name: transformers
5
+ tags:
6
+ - llama-factory
7
+ license: llama3
8
+ datasets:
9
+ - allenai/ValuePrism
10
+ - Value4AI/ValueBench
11
+ language:
12
+ - en
13
+
14
+ ---
15
+
16
+ [![QuantFactory Banner](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)](https://hf.co/QuantFactory)
17
+
18
+
19
+ # QuantFactory/ValueLlama-3-8B-GGUF
20
+ This is quantized version of [Value4AI/ValueLlama-3-8B](https://huggingface.co/Value4AI/ValueLlama-3-8B) created using llama.cpp
21
+
22
+ # Original Model Card
23
+
24
+
25
+ # Model Card for ValueLlama
26
+
27
+
28
+ ## Model Description
29
+
30
+
31
+ 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.
32
+
33
+ - **Model type:** Language model
34
+ - **Language(s) (NLP):** en
35
+ - **Finetuned from model:** [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct)
36
+
37
+ ## Paper
38
+
39
+
40
+ For more information, please refer to our paper: [*Measuring Human and AI Values based on Generative Psychometrics with Large Language Models*](https://arxiv.org/abs/2409.12106).
41
+
42
+ ## Uses
43
+
44
+ It is intended for use in **research** to measure human/AI values and conduct related analyses.
45
+
46
+ See our codebase for more details: [https://github.com/Value4AI/gpv](https://github.com/Value4AI/gpv).
47
+
48
+
49
+ ## BibTeX:
50
+
51
+ If you find this model helpful, we would appreciate it if you cite our paper:
52
+
53
+ ```bibtex
54
+ @misc{ye2024gpv,
55
+ title={Measuring Human and AI Values based on Generative Psychometrics with Large Language Models},
56
+ author={Haoran Ye and Yuhang Xie and Yuanyi Ren and Hanjun Fang and Xin Zhang and Guojie Song},
57
+ year={2024},
58
+ eprint={2409.12106},
59
+ archivePrefix={arXiv},
60
+ primaryClass={cs.CL},
61
+ url={https://arxiv.org/abs/2409.12106},
62
+ }
63
+ ```
64
+
65
+