bhadresh-savani commited on
Commit
0532707
·
1 Parent(s): 702940c

added model files

Browse files
Files changed (1) hide show
  1. README.md +17 -5
README.md CHANGED
@@ -24,16 +24,28 @@ metrics:
24
  num_train_epochs=8,
25
  ```
26
 
 
 
 
 
 
27
  ## Dataset:
28
  [Twitter-Sentiment-Analysis](https://huggingface.co/nlp/viewer/?dataset=emotion).
29
 
30
- #### Limitations and bias
31
- -
32
- - [Follow me on github](https://github.com/nateraw) to get notified when code is made available.
33
-
34
  ## Training procedure
 
35
 
36
  ## Eval results
37
  ```
38
-
 
 
 
 
 
 
 
 
 
 
39
  ```
 
24
  num_train_epochs=8,
25
  ```
26
 
27
+ ## How to Use the model:
28
+ ```python
29
+
30
+ ```
31
+
32
  ## Dataset:
33
  [Twitter-Sentiment-Analysis](https://huggingface.co/nlp/viewer/?dataset=emotion).
34
 
 
 
 
 
35
  ## Training procedure
36
+ [Colab Notebook](https://github.com/bhadreshpsavani/ExploringSentimentalAnalysis/blob/main/SentimentalAnalysisWithDistilbert.ipynb)
37
 
38
  ## Eval results
39
  ```
40
+ {
41
+ 'test_accuracy': 0.938,
42
+ 'test_f1': 0.937932884041714,
43
+ 'test_loss': 0.1472451239824295,
44
+ 'test_mem_cpu_alloc_delta': 0,
45
+ 'test_mem_cpu_peaked_delta': 0,
46
+ 'test_mem_gpu_alloc_delta': 0,
47
+ 'test_mem_gpu_peaked_delta': 163454464,
48
+ 'test_runtime': 5.0164,
49
+ 'test_samples_per_second': 398.69
50
+ }
51
  ```