kumo24 commited on
Commit
4c16b7c
·
verified ·
1 Parent(s): 1aeec6f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -7,8 +7,8 @@ metrics:
7
  library_name: transformers
8
  pipeline_tag: text-classification
9
  ---
10
- This LLaMA-2 7B was fined-tuned on nuclear energy data from twitter/X. The classification accuracy obtained is 96%. \
11
- You need access to use the LLaMA-2 model. To use it, you need a valid token generated by huggingface. \
12
  The number of labels is 3: {0: Negative, 1: Neutral, 2: Positive} \
13
  Warning: You need sufficient GPU to run this model.
14
 
 
7
  library_name: transformers
8
  pipeline_tag: text-classification
9
  ---
10
+ This LLaMA-2 7B (meta-llama/Llama-2-7b-hf) was fined-tuned on nuclear energy data from twitter/X. The classification accuracy obtained is 96%. \
11
+ You need access to use the LLaMA-2 model files. To use it, get an access from meta-llama/Llama-2-7b-hf. \
12
  The number of labels is 3: {0: Negative, 1: Neutral, 2: Positive} \
13
  Warning: You need sufficient GPU to run this model.
14