yafitzdev commited on
Commit
d2edd31
·
verified ·
1 Parent(s): 9fe7b66

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -24
README.md CHANGED
@@ -1,25 +1,25 @@
1
- ---
2
- license: apache-2.0
3
- library_name: transformers
4
- pipeline_tag: text-classification
5
- language:
6
- - en
7
- base_model: answerdotai/ModernBERT-base
8
- tags:
9
- - rag
10
- - governance
11
- - hallucination-detection
12
- - epistemic-honesty
13
- - classification
14
- - fitz-gov
15
- - pyrrho
16
- datasets:
17
- - yafitzdev/fitz-gov
18
- metrics:
19
- - accuracy
20
- - f1
21
- - false-trustworthy-rate
22
- ---
23
 
24
  # pyrrho-nano-g1
25
 
@@ -180,10 +180,10 @@ fitz-gov commit at training time: `3e1d22e22fdff726330a0d70503b07f73dacf817`
180
 
181
  ## License
182
 
183
- Apache 2.0 — see [LICENSE](https://github.com/yafitzdev/pyrrho/blob/main/LICENSE).
184
 
185
  ## Related projects
186
 
187
  - [**fitz-sage**](https://github.com/yafitzdev/fitz-sage) — production RAG library that uses this model.
188
  - [**fitz-gov**](https://github.com/yafitzdev/fitz-gov) — the benchmark dataset.
189
- - [**pyrrho**](https://github.com/yafitzdev/pyrrho) — training code and roadmap for the full model family.
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ library_name: transformers
4
+ pipeline_tag: text-classification
5
+ language:
6
+ - en
7
+ base_model: answerdotai/ModernBERT-base
8
+ tags:
9
+ - rag
10
+ - governance
11
+ - hallucination-detection
12
+ - epistemic-honesty
13
+ - classification
14
+ - fitz-gov
15
+ - pyrrho
16
+ datasets:
17
+ - yafitzdev/fitz-gov
18
+ metrics:
19
+ - accuracy
20
+ - f1
21
+ - false-trustworthy-rate
22
+ ---
23
 
24
  # pyrrho-nano-g1
25
 
 
180
 
181
  ## License
182
 
183
+ CC BY-NC 4.0 — see [LICENSE](https://github.com/yafitzdev/pyrrho/blob/main/LICENSE).
184
 
185
  ## Related projects
186
 
187
  - [**fitz-sage**](https://github.com/yafitzdev/fitz-sage) — production RAG library that uses this model.
188
  - [**fitz-gov**](https://github.com/yafitzdev/fitz-gov) — the benchmark dataset.
189
+ - [**pyrrho**](https://github.com/yafitzdev/pyrrho) — training code and roadmap for the full model family.