MoonieJeon commited on
Commit
3513609
·
verified ·
1 Parent(s): cd9c13d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -10
README.md CHANGED
@@ -1,13 +1,17 @@
1
- ---
2
- license: mit
3
- base_model: microsoft/Phi-3-mini-4k-instruct
4
- tags:
5
- - phi3
6
- - cosmos
7
- - local-ai
8
- - sovereign-ai
9
- - gguf
10
- ---
 
 
 
 
11
 
12
  # COSMOS-3B
13
 
@@ -25,5 +29,10 @@ COSMOS-3B is the core inference engine of the **Aether Project**, built to addre
25
  2. **Privacy:** On-device processing ensures that user data never leaves the local environment.
26
  3. **Interoperability:** Standardized GGUF format for cross-platform compatibility.
27
 
 
 
 
 
 
28
  ## License
29
  This model is distributed under the **MIT** license. This ensures maximum flexibility and transparency for your projects.
 
1
+ ---
2
+ license: mit
3
+ base_model: microsoft/Phi-3-mini-4k-instruct
4
+ tags:
5
+ - phi3
6
+ - cosmos
7
+ - local-ai
8
+ - sovereign-ai
9
+ - gguf
10
+ language:
11
+ - fr
12
+ - en
13
+ - mg
14
+ ---
15
 
16
  # COSMOS-3B
17
 
 
29
  2. **Privacy:** On-device processing ensures that user data never leaves the local environment.
30
  3. **Interoperability:** Standardized GGUF format for cross-platform compatibility.
31
 
32
+ Compatibility
33
+
34
+ COSMOS-3B is provided in GGUF format.
35
+ It is compatible with all standard GGUF-compliant inference engines, including (but not limited to) LLamaSharp (C#), llama.cpp (C++), and various PHP-based LLM frameworks.
36
+
37
  ## License
38
  This model is distributed under the **MIT** license. This ensures maximum flexibility and transparency for your projects.