Views
No views yet
1from transformers import AutoModelForCausalLM, AutoTokenizer
2from peft import PeftModel
3
4base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-32B", trust_remote_code=True)
5tokenizer = AutoTokenizer.from_pretrained("Qwen/Qwen3-32B", trust_remote_code=True)
6
7model = PeftModel.from_pretrained(base_model, "flyfishxu/DeepNews-LoRA-Qwen3-32B")1{
2 "main_point": [],
3 "details": {
4 "analysis": {
5 "title_relevance": {
6 "score": 3,
7 "deductions": [
8 "The title mentions the official release of iOS 18.5, but according to Apple's official information, iOS 18.5 has not been officially released and is typically in beta rather than a final version."
9 ]
10 },
11 "logical_consistency": {
12 "score": 6,
13 "deductions": [
14 "The article refers to iOS 18.5 without official confirmation, resulting in a logical inconsistency."
15 ]
16 },
17 "factual_accuracy": {
18 "score": 3,
19 "deductions": [
20 "The iOS 18.5 version mentioned in the article has not been officially confirmed and may contain false information."
21 ]
22 },
23 "subjectivity_and_inflammatory_language": {
24 "score": 6,
25 "deductions": [
26 "The article uses exaggerated language, such as 'unprecedented battery life performance.'"
27 ]
28 },
29 "causal_relevance": {
30 "score": 7,
31 "deductions": [
32 "The claimed optimization effects are not supported by official causal evidence and may be misleading."
33 ]
34 },
35 "source_credibility": {
36 "score": 5,
37 "deductions": [
38 "The source is the mobile version of NetEase News, which occasionally publishes unverified information."
39 ]
40 },
41 "debunking_result": {
42 "score": 0,
43 "deductions": [
44 "There is no verification or refutation of this claim from third-party fact-checking institutions."
45 ]
46 },
47 "external_corroboration": {
48 "score": 0,
49 "deductions": [
50 "No official confirmation of the iOS 18.5 version was found in external search results."
51 ]
52 }
53 }
54 }
55}1@misc{hyperstar2025deepnews,
2 title={Qwen3-32B-LoRA for News Credibility Analysis},
3 author={Yichao Xu and Yiwei Wang},
4 year={2025},
5 howpublished={\url{https://huggingface.co/flyfishxu/DeepNews-LoRA-Qwen3-32B}},
6}