Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ def compute_plo_embeddings():
|
|
| 38 |
outputs = model(**tokens)
|
| 39 |
return mean_pooling(outputs.last_hidden_state, mask)
|
| 40 |
|
| 41 |
-
|
| 42 |
plos = [
|
| 43 |
"Analyze a complex computing problem and apply principles of computing and other relevant disciplines to identify solutions.",
|
| 44 |
"Design, implement, and evaluate a computing-based solution to meet a given set of computing requirements.",
|
|
|
|
| 38 |
outputs = model(**tokens)
|
| 39 |
return mean_pooling(outputs.last_hidden_state, mask)
|
| 40 |
|
| 41 |
+
|
| 42 |
plos = [
|
| 43 |
"Analyze a complex computing problem and apply principles of computing and other relevant disciplines to identify solutions.",
|
| 44 |
"Design, implement, and evaluate a computing-based solution to meet a given set of computing requirements.",
|