yudude commited on
Commit
596289b
1 Parent(s): bd850dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -14
README.md CHANGED
@@ -40,26 +40,22 @@ widget:
40
  - Precision Time Protocol (PTP) unlocked
41
  - Samsung DU Nodes not healthy
42
  - VMware VM issue
43
- - source_sentence: '#1# - Nodes Not Healthy, Samsung DU pods count is same as 6 |
44
- Total Site IDs = 1|Reported by & Contact: Samsung Hypercare Report
45
 
46
  Impact: UE''s will roam
47
 
48
- Bridge:https://meet.google.com/oab-hmxd-mqb
49
 
50
- What groups are engaged: Wireless - NOC VMware FIM, Wireless - NOCoE
51
-
52
- Full issue description: Nodes Not Healthy, Samsung DU pods count is not 6'
53
  sentences:
54
  - Site Sensor temperature alert
55
  - PRACH zero
56
- - Samsung DU Pods not count not 6
57
- - source_sentence: ' - PTP Unlocked|Reported by & Contact # DU Health Check
58
 
59
  Impact: UE''s will roam
60
 
61
- Bridge: https://meet.google.com/oab-hmxd-qsa
62
-
63
  What groups are engaged: NOCoE
64
 
65
  Full issue description: -PTP Unlocked'
@@ -160,7 +156,7 @@ from sentence_transformers import SentenceTransformer
160
  model = SentenceTransformer("yudude/all-mpnet-base-v2-sts")
161
  # Run inference
162
  sentences = [
163
- " - PTP Unlocked|Reported by & Contact # DU Health Check\nImpact: UE's will roam\nBridge: https://meet.google.com/oab-hmxd-qsa\nWhat groups are engaged: NOCoE\nFull issue description: -PTP Unlocked",
164
  'DU Health reported PTP unlocked',
165
  'DU PTP unlocked',
166
  ]
@@ -249,8 +245,8 @@ You can finetune this model on your own dataset.
249
  | description | search_key | label |
250
  |:----------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------|:------------------|
251
  | <code>UE can not camp on network (drive test)|RU Healthcheck is okay</code> | <code>Network drive test shows UE cannot attach</code> | <code>0.98</code> |
252
- | <code>Samsung Alert : UADPF: 513003017 (ATATL) - UADPF_513003017 - service-off at /ATATL/ATATL00725C-NR|UADPF_513003017 - service-off at /ATATL/ATATL00725C-NR</code> | <code>UADPF Service off issue</code> | <code>0.95</code> |
253
- | <code>Samsung Alert : UADPF: 513003017 (ATATL) - UADPF_513003017 - service-off at /ATATL/ATATL00725C-NR|UADPF_513003017 - service-off at /ATATL/ATATL00725C-NR</code> | <code>Samsung UADPF service off issue</code> | <code>0.94</code> |
254
  * Loss: [<code>CosineSimilarityLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#cosinesimilarityloss) with these parameters:
255
  ```json
256
  {
@@ -273,7 +269,7 @@ You can finetune this model on your own dataset.
273
  * Samples:
274
  | description | search_key | label |
275
  |:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------|:------------------|
276
- | <code>Temperature Sensor Fault ALERT | NJJER01462B|NJJER01462B with Temperature: Max cell ST1 29.4 | Max cell ST2 | Min cell ST1 -3276.8 | Min cell ST2 <br>Temperature: 29<br>Sitename :NJJER01462B</code> | <code>Site Sensor temperature alert</code> | <code>0.96</code> |
277
  | <code> - PTP Unlocked|Reported by & Contact # DU Health Check<br>Impact: UE's will roam<br>Bridge: https://meet.google.com/oab-hmxd-qsa<br>What groups are engaged: NOCoE<br>Full issue description: -PTP Unlocked</code> | <code>Precision Time Protocol (PTP) unlocked</code> | <code>0.94</code> |
278
  | <code> - PTP Unlocked|Reported by & Contact # DU Health Check<br>Impact: UE's will roam<br>Bridge: https://meet.google.com/oab-hmxd-qsa<br>What groups are engaged: NOCoE<br>Full issue description: -PTP Unlocked</code> | <code>DU PTP unlocked</code> | <code>0.96</code> |
279
  * Loss: [<code>CosineSimilarityLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#cosinesimilarityloss) with these parameters:
 
40
  - Precision Time Protocol (PTP) unlocked
41
  - Samsung DU Nodes not healthy
42
  - VMware VM issue
43
+ - source_sentence: '#1# - Nodes Not Healthy, Vendor DU pods count is same as 6 |
44
+ Total Site IDs = 1|Reported by & Contact: Vendor Hypercare Report
45
 
46
  Impact: UE''s will roam
47
 
48
+ What groups are engaged: NOC
49
 
50
+ Full issue description: Nodes Not Healthy, Vendor DU pods count is not 6'
 
 
51
  sentences:
52
  - Site Sensor temperature alert
53
  - PRACH zero
54
+ - Vendor DU Pods not count not 6
55
+ - source_sentence: ' - PTP Unlocked
56
 
57
  Impact: UE''s will roam
58
 
 
 
59
  What groups are engaged: NOCoE
60
 
61
  Full issue description: -PTP Unlocked'
 
156
  model = SentenceTransformer("yudude/all-mpnet-base-v2-sts")
157
  # Run inference
158
  sentences = [
159
+ " - PTP Unlocked|Reported by & Contact # DU Health Check\nImpact: UE's will roam What groups are engaged: NOCoE\nFull issue description: -PTP Unlocked",
160
  'DU Health reported PTP unlocked',
161
  'DU PTP unlocked',
162
  ]
 
245
  | description | search_key | label |
246
  |:----------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------|:------------------|
247
  | <code>UE can not camp on network (drive test)|RU Healthcheck is okay</code> | <code>Network drive test shows UE cannot attach</code> | <code>0.98</code> |
248
+ | <code>Samsung Alert : UADPF: 12345 (AAA) - service-off at /0725C-NR</code> | <code>UADPF Service off issue</code> | <code>0.95</code> |
249
+ | <code>Samsung Alert : UADPF: 12345 (AAA) - - service-off at 0725C-NR</code> | <code>Vendor UADPF service off issue</code> | <code>0.94</code> |
250
  * Loss: [<code>CosineSimilarityLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#cosinesimilarityloss) with these parameters:
251
  ```json
252
  {
 
269
  * Samples:
270
  | description | search_key | label |
271
  |:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------|:------------------|
272
+ | <code>Temperature Sensor Fault ALERT | | with Temperature: Max cell ST1 29.4 | Max cell ST2 | Min cell ST1 -3276.8 | Min cell ST2 <br>Temperature: 29<br>Sitename :TESTSITE</code> | <code>Site Sensor temperature alert</code> | <code>0.96</code> |
273
  | <code> - PTP Unlocked|Reported by & Contact # DU Health Check<br>Impact: UE's will roam<br>Bridge: https://meet.google.com/oab-hmxd-qsa<br>What groups are engaged: NOCoE<br>Full issue description: -PTP Unlocked</code> | <code>Precision Time Protocol (PTP) unlocked</code> | <code>0.94</code> |
274
  | <code> - PTP Unlocked|Reported by & Contact # DU Health Check<br>Impact: UE's will roam<br>Bridge: https://meet.google.com/oab-hmxd-qsa<br>What groups are engaged: NOCoE<br>Full issue description: -PTP Unlocked</code> | <code>DU PTP unlocked</code> | <code>0.96</code> |
275
  * Loss: [<code>CosineSimilarityLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#cosinesimilarityloss) with these parameters: