shainar commited on
Commit
09f1a12
1 Parent(s): 13d7284

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -6,11 +6,11 @@ metrics:
6
  - accuracy
7
  ---
8
 
9
- # Model Card: POLLCHECK/Pollcheck-llama3-news-classifier
10
 
11
  ## Model Details
12
 
13
- **Model Name:** POLLCHECK/Pollcheck-llama3-news-classifier
14
 
15
  **Model Description:** This is a fine-tuned llama3 model for news classification e.g. "biased" or "unbiased". In this particular task, the term 'biased' represents disinformation, propaganda, loaded language, negative associations, generalization, harm, hatred, satire
16
  whereas 'unbiased' represents real news without the spread of misinformation, disinformation, and propaganda. The model can be used to identify potential bias in text, which is useful for applications in media analysis, content moderation, and research on bias in written communication.
@@ -46,7 +46,7 @@ from trl import setup_chat_format
46
  from transformers import AutoTokenizer, AutoModelForCausalLM
47
 
48
  # Load the fine-tuned model and tokenizer
49
- model_name = "POLLCHECK/Pollcheck-llama3-news-classifier" # Change this to the path of your fine-tuned model
50
  tokenizer = AutoTokenizer.from_pretrained(model_name)
51
  model = AutoModelForCausalLM.from_pretrained(
52
  model_name,
 
6
  - accuracy
7
  ---
8
 
9
+ # Model Card: POLLCHECK/Llama3-instruct-classifier
10
 
11
  ## Model Details
12
 
13
+ **Model Name:** POLLCHECK/Llama3-instruct-classifier
14
 
15
  **Model Description:** This is a fine-tuned llama3 model for news classification e.g. "biased" or "unbiased". In this particular task, the term 'biased' represents disinformation, propaganda, loaded language, negative associations, generalization, harm, hatred, satire
16
  whereas 'unbiased' represents real news without the spread of misinformation, disinformation, and propaganda. The model can be used to identify potential bias in text, which is useful for applications in media analysis, content moderation, and research on bias in written communication.
 
46
  from transformers import AutoTokenizer, AutoModelForCausalLM
47
 
48
  # Load the fine-tuned model and tokenizer
49
+ model_name = "POLLCHECK/Llama3-instruct-classifier" # Change this to the path of your fine-tuned model
50
  tokenizer = AutoTokenizer.from_pretrained(model_name)
51
  model = AutoModelForCausalLM.from_pretrained(
52
  model_name,