rajiv-data-chef commited on
Commit
a6fb285
1 Parent(s): 981fd76

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -8
README.md CHANGED
@@ -1,29 +1,41 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
 
 
4
  ---
5
 
6
  # Model Card for Model ID
7
 
8
  <!-- Provide a quick summary of what the model is/does. -->
 
 
9
 
10
-
 
 
 
 
 
 
11
 
12
  ## Model Details
13
-
14
  ### Model Description
15
 
16
  <!-- Provide a longer summary of what this model is. -->
17
 
18
  This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
 
20
- - **Developed by:** [More Information Needed]
21
- - **Funded by [optional]:** [More Information Needed]
22
- - **Shared by [optional]:** [More Information Needed]
23
- - **Model type:** [More Information Needed]
 
24
  - **Language(s) (NLP):** [More Information Needed]
25
  - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
27
 
28
  ### Model Sources [optional]
29
 
 
1
  ---
2
  library_name: transformers
3
+ language:
4
+ - en
5
+ metrics:
6
+ - accuracy
7
  ---
8
 
9
  # Model Card for Model ID
10
 
11
  <!-- Provide a quick summary of what the model is/does. -->
12
+ The base model is llama-3-smaug 8b llm .
13
+ smaug is suffix used by abacusai that trains llms using DPO strategy
14
 
15
+ The final model is the base model finetuned using LORA technique on entity-level-sentiment-analysis data.
16
+ How does the data look :
17
+ { 'text' : "Ashley was seen with suspects before the day of crime. Witnesses say that Ashley knew about the crime beforehand.
18
+ Police are searching her home in pursuance of evidences.
19
+ Ashley's parents, Ron and Maria are renowned business people of the town who are known for their charity works.",
20
+ 'entity': "Ashley",
21
+ 'label': 'Negative'}
22
 
23
  ## Model Details
24
+ Open source model that can be used to determine sentiment analysis of a person or company that is mentioned in say, a newspaper article.
25
  ### Model Description
26
 
27
  <!-- Provide a longer summary of what this model is. -->
28
 
29
  This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
30
 
31
+
32
+ - **Final model finetuned by:** rajiv-data-chef
33
+ - **Funded by [optional]:** rajiv-data-chef
34
+ - **Shared by [optional]:** rajiv-data-chef
35
+ - **Model type:** llama-3-smaug-8b
36
  - **Language(s) (NLP):** [More Information Needed]
37
  - **License:** [More Information Needed]
38
+ - **Finetuned from model [optional]:** abacusai/Llama-3-Smaug-8B
39
 
40
  ### Model Sources [optional]
41