Update model_card.md
Browse files- model_card.md +17 -0
model_card.md
CHANGED
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# efficient-context
|
2 |
|
3 |
A Python library for optimizing LLM context handling in CPU-constrained environments.
|
@@ -89,3 +105,4 @@ This project is maintained by [Biswanath Roul](https://github.com/biswanathroul)
|
|
89 |
## License
|
90 |
|
91 |
MIT
|
|
|
|
1 |
+
---
|
2 |
+
library_name: efficient-context
|
3 |
+
language: python
|
4 |
+
tags:
|
5 |
+
- context-optimization
|
6 |
+
- llm
|
7 |
+
- cpu-optimization
|
8 |
+
- resource-constrained
|
9 |
+
- memory-management
|
10 |
+
license: mit
|
11 |
+
datasets:
|
12 |
+
- None
|
13 |
+
---
|
14 |
+
|
15 |
+
```markdown
|
16 |
+
<!-- filepath: /Users/biswanath2.roul/Desktop/biswanath/office/poc/pypi/190525/efficient-context/model_card.md -->
|
17 |
# efficient-context
|
18 |
|
19 |
A Python library for optimizing LLM context handling in CPU-constrained environments.
|
|
|
105 |
## License
|
106 |
|
107 |
MIT
|
108 |
+
```
|