system HF staff commited on
Commit
a3f3442
1 Parent(s): 325252a

Update .ipynb_checkpoints/README-checkpoint.md

Browse files
.ipynb_checkpoints/README-checkpoint.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ thumbnail: https://avatars3.githubusercontent.com/u/32437151?s=460&u=4ec59abc8d21d5feea3dab323d23a5860e6996a4&v=4
5
+ tags:
6
+ - text-classification
7
+ - ag_news
8
+ - pytorch
9
+ license: MIT
10
+ datasets:
11
+ - ag_news
12
+ metrics:
13
+ - accuracy
14
+ ---
15
+
16
+ # bert-base-uncased-ag-news
17
+
18
+ ## Model description
19
+
20
+ `bert-base-uncased` finetuned on the AG News dataset using PyTorch Lightning. Sequence length 128, learning rate 2e-5, batch size 32, 4 T4 GPUs, 4 epochs. [The code can be found here](https://github.com/nateraw/hf-text-classification)
21
+
22
+ #### Limitations and bias
23
+
24
+ - Not the best model...
25
+
26
+ ## Training data
27
+
28
+ Data came from HuggingFace's `datasets` package. The data can be viewed [on nlp viewer](https://huggingface.co/nlp/viewer/?dataset=ag_news).
29
+
30
+
31
+ ## Training procedure
32
+
33
+ ...
34
+
35
+ ## Eval results
36
+
37
+ ...