Text Classification
AllenNLP
sadik5787 commited on
Commit
01d970f
·
verified ·
1 Parent(s): b78532e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -1,3 +1,12 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - nvidia/Llama-Nemotron-Post-Training-Dataset
5
+ metrics:
6
+ - accuracy
7
+ base_model:
8
+ - sesame/csm-1b
9
+ new_version: sesame/csm-1b
10
+ pipeline_tag: text-classification
11
+ library_name: allennlp
12
+ ---