Vezora commited on
Commit
3a27c7c
·
1 Parent(s): b68ace5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -1,9 +1,11 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
4
 
5
  This model is exceptionally well at labeling data, bringing down labeling cost to server cost. Hurray! Here is an example
6
- '''html
7
 
8
  User:
9
  This is raw text, i want you to label it. in a json format.
@@ -138,5 +140,4 @@ Here is the given text with added JSON formatted labels. Each sentence has been
138
 
139
  }
140
 
141
- This JSON object now represents the original text with labeled sentiments for each sentence. You can further utilize this structured data to train sentiment analysis models or perform various analyses.
142
- '''
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ This is a merge model using Tie merge method.
5
+ Created using openchat 3.5 and una-cybertron-7b-v2-bf16.
6
+
7
 
8
  This model is exceptionally well at labeling data, bringing down labeling cost to server cost. Hurray! Here is an example
 
9
 
10
  User:
11
  This is raw text, i want you to label it. in a json format.
 
140
 
141
  }
142
 
143
+ This JSON object now represents the original text with labeled sentiments for each sentence. You can further utilize this structured data to train sentiment analysis models or perform various analyses.